CertExtensionValue Property
The raw value of this certificate extension.
Syntax
certmgrcontrol.CertExtensionValue(CertExtensionIndex)
Default Value
""
Remarks
The raw value of this certificate extension. This value is encoded according to the extension's ASN.1 specification.
The size of the array is controlled by the CertExtensionCount property.
To read or write binary data to the property, a Variant (Byte Array) version is provided in .CertExtensionValueB.
This property is read-only and not available at design time.
Data Type
Binary String