CertificateExtension.Value 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 or sets the value of the certificate extension.
public:
property Platform::Array <byte> ^ Value { Platform::Array <byte> ^ get(); void set(Platform::Array <byte> ^ value); };
winrt::array_view <byte> Value();
void Value(winrt::array_view <byte> value);
public byte[] Value { get; set; }
var byte[] = certificateExtension.value;
certificateExtension.value = byte[];
Public Property Value As Byte()
Property Value
Byte[]
byte[]
The value of the certificate extension.