共用方式為


Pkcs12KeyBag.Pkcs8PrivateKey 屬性

定義

取得記憶體值,其中包含這個包所傳輸的 PKCS#8 PrivateKeyInfo 值。

public:
 property ReadOnlyMemory<System::Byte> Pkcs8PrivateKey { ReadOnlyMemory<System::Byte> get(); };
public ReadOnlyMemory<byte> Pkcs8PrivateKey { get; }
member this.Pkcs8PrivateKey : ReadOnlyMemory<byte>
Public ReadOnly Property Pkcs8PrivateKey As ReadOnlyMemory(Of Byte)

屬性值

記憶體值,其中包含此包所傳輸的 PKCS#8 PrivateKeyInfo 值。

備註

不會執行任何驗證,傳回的值是有效的 PKCS#8 PrivateKeyInfo 值。

此屬性是 屬性的 Pkcs12SafeBag.EncodedBagValue 別名。

適用於