Click or drag to resize

X509CAVersionExtension Constructor (UInt16, UInt16, Boolean)

Initializes a new instance of X509CAVersionExtension from CA certificate version and CA private key version.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CAVersionExtension(
	ushort caVersion,
	ushort keyVersion,
	bool critical
)

Parameters

caVersion
Type: SystemUInt16
Zero-based CA certificate version.
keyVersion
Type: SystemUInt16
Zero-based CA private key version.
critical
Type: SystemBoolean
True if the extension is critical; otherwise, False. CA Version extension shall be marked non-critical.
See Also