RSA.ExportRSAPrivateKeyPem Metodo

Definizione

Esporta la chiave corrente nel formato PKCS#1 RSAPrivateKey, con codifica PEM.

public:
 System::String ^ ExportRSAPrivateKeyPem();
public string ExportRSAPrivateKeyPem();
member this.ExportRSAPrivateKeyPem : unit -> string
Public Function ExportRSAPrivateKeyPem () As String

Valori restituiti

Stringa contenente PKCS#1 RSAPrivateKey con codifica PEM.

Eccezioni

Impossibile esportare la chiave.

Commenti

Un'entità PKCS#1 RSAPrivateKey con codifica PEM inizierà con -----BEGIN RSA PRIVATE KEY----- e terminerà con -----END RSA PRIVATE KEY-----, con il contenuto DER con codifica Base64 della chiave tra i limiti PEM.

          The PEM is encoded according to the IETF RFC 7468 "strict"
          encoding rules.

Si applica a