Compartilhar via


RSA.ExportRSAPrivateKeyPem Método

Definição

Exporta a chave atual no formato PKCS#1 RSAPrivateKey, codificado em PEM.

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

Retornos

Uma cadeia de caracteres que contém o PKCS nº 1 RSAPrivateKey codificado em PEM.

Exceções

Não é possível exportar a chave.

Comentários

Um PKCS nº 1 RSAPrivateKey codificado em PEM começará com -----BEGIN RSA PRIVATE KEY----- e terminará com -----END RSA PRIVATE KEY-----, com o conteúdo DER codificado em base64 da chave entre os limites do PEM.

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

Aplica-se a