Click or drag to resize
MimeKit

X509Certificate2Extensions Class

Extension methods for X509Certificate2.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographyX509Certificate2Extensions

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static class X509Certificate2Extensions

The X509Certificate2Extensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodAsBouncyCastleCertificate Convert an X509Certificate2 into a BouncyCastle X509Certificate.
Public Extension MethodGetEncryptionAlgorithms Get the encryption algorithms that can be used with an X.509 certificate.
Public Extension MethodGetPrivateKeyAsAsymmetricKeyParameter Get the PrivateKey property as a BouncyCastle AsymmetricKeyParameter.
Public Extension MethodGetPublicKeyAlgorithm Gets the public key algorithm for the certificate.
Top
Remarks
Extension methods for X509Certificate2.
See Also