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
)
Public Sub New (
noticeText As String,
noticeRef As String
)
public:
X509PolicyQualifier(
String^ noticeText,
String^ noticeRef
)
new :
noticeText : string *
noticeRef : string -> X509PolicyQualifier
Parameters
- noticeText
- Type: SystemString
A string that contains brief policy information. - noticeRef
- Type: SystemString
A string that contains brief information about organization name.
Exceptions Exception | Condition |
---|
OverflowException | Input string has more than 200 character length. |
ArgumentNullException |
Both, noticeText and noticeRef are null or empty.
|
See Also