AsymmetricAlgorithm.ExportSubjectPublicKeyInfoPem 메서드

정의

현재 키의 공개 키 부분을 PEM 인코딩된 X.509 SubjectPublicKeyInfo 형식으로 내보냅니다.

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

반환

String

PEM으로 인코딩된 X.509 SubjectPublicKeyInfo를 포함하는 문자열입니다.

예외

키를 내보낼 수 없습니다.

설명

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.

적용 대상