Pkcs8PrivateKeyInfo.PrivateKeyBytes 属性

定义

获取一个内存值,该值表示特定于算法的编码私钥。

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

属性值

表示特定于算法的编码私钥的内存值。

适用于