Click or drag to resize

X509PolicyQualifier Constructor (String, String)

Initializes a new instance of the X509PolicyQualifier class from either or both notice reference and explicit notice text.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509PolicyQualifier(
	string noticeText,
	string noticeRef
)

Parameters

noticeText
Type: SystemString
A string that contains brief policy information.
noticeRef
Type: SystemString
A string that contains brief information about organization name.
Exceptions
ExceptionCondition
OverflowExceptionInput string has more than 200 character length.
ArgumentNullException Both, noticeText and noticeRef are null or empty.
See Also