Mentalis.org Security Library documentation

CertificateChain Members

Public Instance Constructors

CertificateChainOverloaded. Initialize a new instance of the CertificateChain class.

Public Instance Methods

BeginVerifyChain Begins verification of the end Certificate according to the SSL policy rules.
EndVerifyChain Ends a pending asynchronous certificate verification request.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetCertificates Returns the list of certificates in this CertificateChain.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.
VerifyChainOverloaded. Verifies the end Certificate according to the SSL policy rules.

Protected Instance Properties

Certificate Returns the certificate for which this chain was built.

Protected Instance Methods

Finalize Disposes of the certificate chain.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
StartVerification Verifies a certificate chain and calls a delegate when finished.

See Also

CertificateChain Class | Org.Mentalis.Security.Certificates Namespace