AsymmetricAlgorithm.ExportSubjectPublicKeyInfoPem Metodo

Definizione

Esporta la parte chiave pubblica della chiave corrente nel formato X.509 SubjectPublicKeyInfo, con codifica PEM.

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

Restituisce

String

Stringa contenente l'oggetto X.509 Con codifica PEMPublicKeyInfo.

Eccezioni

Non è stato possibile esportare la chiave.

Commenti

A PEM-encoded X.509 SubjectPublicKeyInfo will begin with -----BEGIN PUBLIC KEY----- and end with -----END PUBLIC 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.

Si applica a