다음을 통해 공유


RSA.ExportRSAPrivateKeyPem 메서드

정의

현재 키를 PKCS#1 RSAPrivateKey 형식( PEM 인코딩)으로 내보냅니다.

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

반환

PEM으로 인코딩된 PKCS#1 RSAPrivateKey를 포함하는 문자열입니다.

예외

키를 내보낼 수 없습니다.

설명

PEM으로 인코딩된 PKCS#1 RSAPrivateKey는 로 시작하고 -----BEGIN RSA PRIVATE KEY----- 로 끝나 -----END RSA PRIVATE KEY-----며 PEM 경계 간에 키의 base64로 인코딩된 DER 콘텐츠가 포함됩니다.

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

적용 대상