X509Certificate |
The X509CertificateChain type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Add a certificate to the chain. | |
| AddRange | Add a range of certificates to the chain. | |
| Clear | Clear the certificate chain. | |
| Contains | Check if the chain contains the specified certificate. | |
| CopyTo | Copy all of the certificates in the chain to the specified array. | |
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetEnumerator | Gets an enumerator for the list of certificates. | |
| GetHashCode | (Inherited from Object) | |
| GetMatches | Gets an enumerator of matching X.509 certificates based on the specified selector. | |
| GetType | (Inherited from Object) | |
| IndexOf | Get the index of a certificate within the chain. | |
| Insert | Insert a certificate at the specified index. | |
| MemberwiseClone | (Inherited from Object) | |
| Remove | Remove a certificate from the chain. | |
| RemoveAt | Remove a certificate at the specified index. | |
| RemoveRange | Removes the specified range of certificates from the chain. | |
| ToString | (Inherited from Object) |