RSA.ExportRSAPublicKeyPem Метод

Определение

Экспортирует часть открытого ключа текущего ключа в формате RSAPublicKey PKCS#1 в кодировке PEM.

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

Возвращаемое значение

String

Строка, содержащая PKCS#1 в кодировке PEM RSAPublicKey.

Исключения

Не удалось экспортировать ключ.

Комментарии

A PEM-encoded PKCS#1 RSAPublicKey will begin with -----BEGIN RSA PUBLIC KEY----- and end with -----END RSA 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.

Применяется к