Click or drag to resize

X509NonceExtension Constructor (AsnEncodedData, Boolean)

Initializes a new instance of the X509NonceExtension class

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509NonceExtension(
	AsnEncodedData nonceValue,
	bool critical
)

Parameters

nonceValue
Type: System.Security.CryptographyAsnEncodedData
The encoded data to use to create the extension.
critical
Type: SystemBoolean
True if the extension is critical; otherwise, False.
See Also