Mentalis.org Security Library documentation

CertificateChain Methods

The methods of the CertificateChain class are listed below. For a complete list of CertificateChain class members, see the CertificateChain Members topic.

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 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