RSA.ExportRSAPrivateKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以 PKCS#1 RSAPrivateKey 格式匯出目前金鑰。
public:
virtual cli::array <System::Byte> ^ ExportRSAPrivateKey();
public virtual byte[] ExportRSAPrivateKey ();
abstract member ExportRSAPrivateKey : unit -> byte[]
override this.ExportRSAPrivateKey : unit -> byte[]
Public Overridable Function ExportRSAPrivateKey () As Byte()
傳回
Byte[]
位元組陣列,其中包含此金鑰的 PKCS#1 RSAPrivateKey 表示。
例外狀況
無法匯出金鑰。