Share via


Pkcs8PrivateKeyInfo.Encode 方法

定义

将此实例的属性数据编码为 PKCS#8 PrivateKeyInfo,并将编码作为字节数组返回。

public:
 cli::array <System::Byte> ^ Encode();
public byte[] Encode ();
member this.Encode : unit -> byte[]
Public Function Encode () As Byte()

返回

Byte[]

一个字节数组,表示 PKCS#8 PrivateKeyInfo 的编码形式。

适用于

另请参阅