AsymmetricAlgorithm.ExportPkcs8PrivateKey 方法

定义

以 PKCS#8 PrivateKeyInfo 格式导出当前密钥。

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

返回

Byte[]

包含此密钥的 PKCS#8 PrivateKeyInfo 表示形式的字节数组。

例外

未能导出密钥。

适用于

另请参阅