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 别名。

适用于