X509PolicyQualifier(String, String) Constructor

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

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public X509PolicyQualifier(
	string noticeText,
	string noticeRef
)

Parameters

noticeText  String
A string that contains brief policy information.
noticeRef  String
A string that contains brief information about organization name.

Exceptions

OverflowExceptionInput string has more than 200 character length.
ArgumentNullException Both, noticeText and noticeRef are null or empty.

See Also