Pkcs12SecretBag.SecretValue 属性

定义

获取包含包的 BER 编码内容的内存值。

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

属性值

ReadOnlyMemory<Byte>

包含包的 BER 编码内容的内存值。

适用于

另请参阅