CertExtension Type
Represents an extension for a certificate.
Remarks
A CertExtension represents an extension that adds to or modifies an X509 Certificate. Certificate extensions are defined by their ASN.1 Object-Identifier (OID). The Value field contains the raw data of the extension which is usually ASN.1-encoded.
Fields
Constructors
[VB.NET] Public CertExtension(ByVal oid As String, ByVal value As String, ByVal critical As Boolean) [C#] public CertExtension(string oid, byte[] value, bool critical);