Pkcs12SecretBag.SecretValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.