共用方式為


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)

屬性值

記憶體值,包含包的 BER 編碼內容。

適用於

另請參閱