DSACertificateExtensions.GetDSAPrivateKey(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 DSA auprès du certificat X509Certificate2.
public:
[System::Runtime::CompilerServices::Extension]
static System::Security::Cryptography::DSA ^ GetDSAPrivateKey(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
public static System.Security.Cryptography.DSA? GetDSAPrivateKey (this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
public static System.Security.Cryptography.DSA GetDSAPrivateKey (this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
static member GetDSAPrivateKey : System.Security.Cryptography.X509Certificates.X509Certificate2 -> System.Security.Cryptography.DSA
<Extension()>
Public Function GetDSAPrivateKey (certificate As X509Certificate2) As DSA
Paramètres
- certificate
- X509Certificate2
Certificat.
Retours
La clé privée, ou null
si le certificat n’a pas de clé privée DSA.
Exceptions
certificate
a la valeur null
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.