X509CertificateTemplateExtension Constructor (Oid, Int32, Int32) |
Initializes a new instance of the X509CertificateTemplateExtension class by using
certificate template information.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509CertificateTemplateExtension(
Oid oid,
int majorVersion,
int minorVersion
)
Public Sub New (
oid As Oid,
majorVersion As Integer,
minorVersion As Integer
)
public:
X509CertificateTemplateExtension(
Oid^ oid,
int majorVersion,
int minorVersion
)
new :
oid : Oid *
majorVersion : int *
minorVersion : int -> X509CertificateTemplateExtension
Parameters
- oid
- Type: System.Security.CryptographyOid
An OID of the certificate template. - majorVersion
- Type: SystemInt32
A major version of the certificate template. - minorVersion
- Type: SystemInt32
A minor version of the certificate template.
See Also