ValidateCert namespace of the ActiveSync protocol
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic Enumeration ValidateCert
public enum class ValidateCert
Members
| Member 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