The CertificateChain type exposes the following members.

Methods

  NameDescription
Public methodBeginVerifyChain
Begins verification of the end Certificate according to the SSL policy rules.
Public methodEndVerifyChain
Ends a pending asynchronous certificate verification request.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Disposes of the certificate chain.
(Overrides Object..::..Finalize()()()().)
Public methodGetCertificates
Returns the list of certificates in this CertificateChain.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodStartVerification
Verifies a certificate chain and calls a delegate when finished.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodVerifyChain(String, AuthType)
Verifies the end Certificate according to the SSL policy rules.
Public methodVerifyChain(String, AuthType, VerificationFlags)
Verifies the end Certificate according to the SSL policy rules.
Public methodVerifyChain(String, AuthType, VerificationFlags, array<Byte>[]()[][])
Verifies the end Certificate according to the SSL policy rules.

See Also