AsymmetricAlgorithm.ExportSubjectPublicKeyInfoPem Méthode

Définition

Exporte la partie de clé publique de la clé actuelle au format X.509 SubjectPublicKeyInfo, encodée PEM.

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

Retours

String

Chaîne contenant l’encodage PEM X.509 SubjectPublicKeyInfo.

Exceptions

La clé n’a pas pu être exportée.

Remarques

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.

S’applique à