Gets or sets the checking disabled (CD) flag
Defined in RFC 4035.
public bool IsCheckingDisabled { get; set; }Public Property IsCheckingDisabled As Boolean
Get
Setpublic:
property bool IsCheckingDisabled {
bool get ();
void set (bool value);
}member IsCheckingDisabled : bool with get, set