Compartir a través de


ECAlgorithm.ExportECPrivateKeyPem Método

Definición

Exporta la clave actual en formato ECPrivateKey, codificada en PEM.

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

Devoluciones

String

Cadena que contiene la ECPrivateKey codificada en PEM.

Excepciones

No se ha podido exportar la clave.

Comentarios

A PEM-encoded ECPrivateKey will begin with -----BEGIN EC PRIVATE KEY----- and end with -----END EC 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.

Se aplica a