The CertificateChain type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CertificateChain(Certificate) |
Initializes a new CertificateChain instance from a Certificate.
|
![]() | CertificateChain(Certificate, CertificateStore) |
Initializes a new CertificateChain instance from a Certificate.
|
![]() | CertificateChain(Certificate, CertificateStore, CertificateChainOptions) |
Initializes a new CertificateChain instance from a Certificate.
|
Methods
Name | Description | |
---|---|---|
![]() | BeginVerifyChain |
Begins verification of the end Certificate according to the SSL policy rules.
|
![]() | EndVerifyChain |
Ends a pending asynchronous certificate verification request.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize |
Disposes of the certificate chain.
(Overrides Object..::..Finalize()()()().) |
![]() | GetCertificates |
Returns the list of certificates in this CertificateChain.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | StartVerification |
Verifies a certificate chain and calls a delegate when finished.
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | VerifyChain(String, AuthType) |
Verifies the end Certificate according to the SSL policy rules.
|
![]() | VerifyChain(String, AuthType, VerificationFlags) |
Verifies the end Certificate according to the SSL policy rules.
|
![]() | VerifyChain(String, AuthType, VerificationFlags, array<Byte>[]()[][]) |
Verifies the end Certificate according to the SSL policy rules.
|
Properties
Name | Description | |
---|---|---|
![]() | Certificate |
Returns the certificate for which this chain was built.
|