ValidateCert

ValidateCert enumeration

ValidateCert namespace of the ActiveSync protocol

public enum ValidateCert

Values

Name Value Description
ValidateCert 5 Identifies the body of the HTTP POST as containing a ValidateCert command (section 2.2.2.20).
Certificates 6 Contains the list of certificates to be validated.
Certificate 7 Contains the X509 certificate BLOB that is encoded with base64 encoding.
CertificateChain 8 Contains the list of certificates to be validated.
CheckCRL 9 Specifies whether the server SHOULD ignore an unverifiable revocation status.
Status 10 Indicates the result of an operation.

See Also