Pkcs12SecretBag.SecretValue Property

Definition

Gets a memory value containing the BER-encoded contents of the bag.

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)

Property Value

A memory value containing the BER-encoded contents of the bag.

Applies to

See also