RSA.ExportRSAPrivateKeyPem Méthode
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.
Exporte la clé actuelle au format RSAPrivateKey PKCS#1, encodé en PEM.
public:
System::String ^ ExportRSAPrivateKeyPem();
public string ExportRSAPrivateKeyPem();
member this.ExportRSAPrivateKeyPem : unit -> string
Public Function ExportRSAPrivateKeyPem () As String
Chaîne contenant la clé PKCS#1 RSAPrivateKey encodée en PEM.
La clé n’a pas pu être exportée.
Une clé RSAPrivateKey codée en PEM PKCS#1 commence par -----BEGIN RSA PRIVATE KEY-----
et se termine par -----END RSA PRIVATE KEY-----
, avec le contenu DER codé en base64 de la clé entre les limites PEM.
The PEM is encoded according to the IETF RFC 7468 "strict"
encoding rules.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :