Share via


RSA.ExportRSAPublicKey 方法

定義

以 PKCS#1 RSAPublicKey 格式匯出目前金鑰的公開金鑰部分。

public:
 virtual cli::array <System::Byte> ^ ExportRSAPublicKey();
public virtual byte[] ExportRSAPublicKey ();
abstract member ExportRSAPublicKey : unit -> byte[]
override this.ExportRSAPublicKey : unit -> byte[]
Public Overridable Function ExportRSAPublicKey () As Byte()

傳回

Byte[]

位元組陣列,其中包含此金鑰的 PKCS#1 RSAPublicKey 表示。

適用於

另請參閱