X509Certificate |
public static class X509Certificate2Extensions
The X509Certificate2Extensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AsBouncyCastleCertificate | Convert an X509Certificate2 into a BouncyCastle X509Certificate. | |
| GetEncryptionAlgorithms | Get the encryption algorithms that can be used with an X.509 certificate. | |
| GetPrivateKeyAsAsymmetricKeyParameter | Get the PrivateKey property as a BouncyCastle AsymmetricKeyParameter. | |
| GetPublicKeyAlgorithm | Gets the public key algorithm for the certificate. | |
| GetSubjectDnsNames | Get the subject domain names of the certificate. |