RSA.ExportRSAPublicKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以 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 表示。