Gets or sets the authentic data (AD) flag
Defined in RFC 4035.
public bool IsAuthenticData { get; set; }
Public Property IsAuthenticData As Boolean
Get
Set
public:
property bool IsAuthenticData {
bool get ();
void set (bool value);
}
member IsAuthenticData : bool with get, set