X509CertificateTemplateExtension(Oid, Int32, Int32, Boolean) Constructor

Initializes a new instance of the X509CertificateTemplateExtension class by using certificate template information.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public X509CertificateTemplateExtension(
	Oid oid,
	int majorVersion,
	int minorVersion,
	bool critical
)

Parameters

oid  Oid
An OID of the certificate template.
majorVersion  Int32
A major version of the certificate template.
minorVersion  Int32
A minor version of the certificate template.
critical  Boolean
True if the extension is critical; otherwise, False.

See Also