RSACertificateExtensions.GetRSAPrivateKey(X509Certificate2) Metoda

Definice

RSA Získá privátní klíč z .X509Certificate2

public:
[System::Runtime::CompilerServices::Extension]
 static System::Security::Cryptography::RSA ^ GetRSAPrivateKey(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
public static System.Security.Cryptography.RSA? GetRSAPrivateKey (this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
public static System.Security.Cryptography.RSA GetRSAPrivateKey (this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
static member GetRSAPrivateKey : System.Security.Cryptography.X509Certificates.X509Certificate2 -> System.Security.Cryptography.RSA
<Extension()>
Public Function GetRSAPrivateKey (certificate As X509Certificate2) As RSA

Parametry

certificate
X509Certificate2

Certifikát

Návraty

RSA

Privátní klíč nebo null pokud certifikát nemá privátní klíč RSA.

Výjimky

certificate je null.

Platí pro