RSACertificateExtensions Class
Provides extension methods for retrieving RSA implementations for the public and private keys of an X509Certificate2.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetRSAPrivateKey(X509Certificate2^) | Gets the RSA private key from the X509Certificate2. |
![]() ![]() | GetRSAPublicKey(X509Certificate2^) | Gets the RSA public key from the X509Certificate2. |
.NET Framework
Available since 4.6
Available since 4.6
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

