AsymmetricAlgorithm.ExportPkcs8PrivateKeyPem Método

Definição

Exporta a chave atual no formato PKCS nº 8 PrivateKeyInfo, codificado em PEM.

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

Retornos

String

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

Exceções

Não foi possível exportar a chave.

Comentários

A PEM-encoded PKCS#8 PrivateKeyInfo will begin with -----BEGIN PRIVATE KEY----- and end with -----END PRIVATE KEY-----, with the base64 encoded DER contents of the key between the PEM boundaries.

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

Aplica-se a