CertificateStatuses Class

Indicates whether certificate was successfully validated.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerCertificateStatuses

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class CertificateStatuses

The CertificateStatuses type exposes the following members.

Constructors
  NameDescription
Public methodCertificateStatuses
Initializes a new instance of the CertificateStatuses class
Properties
  NameDescription
Public propertyStatuses
Indicates the result of a validation.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string which concatinated statuses
(Overrides ObjectToString.)
See Also