Click or drag to resize

X509NextCRLPublishExtension Constructor (DateTime, Boolean)

Initializes a new instance of the X509CRLReferenceExtension class using an DateTime object and a value that identifies whether the extension is critical.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509NextCRLPublishExtension(
	DateTime publishTime,
	bool critical
)

Parameters

publishTime
Type: SystemDateTime
The encoded data to use to create the extension.
critical
Type: SystemBoolean
True if the extension is critical; otherwise, False.
Remarks
This extension SHOULD NOT be marked critical.
See Also