RSACertificateExtensions.GetRSAPrivateKey(X509Certificate2) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la clé privée RSA auprès du certificat 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
Paramètres
- certificate
- X509Certificate2
Certificat.
Retours
Clé privée, ou null si le certificat n’a pas de clé privée RSA.
Exceptions
certificate a la valeur null.