Gets or sets the DNSSEC answer OK (DO) flag
Defined in RFC 4035 and RFC 3225.
public bool IsDnsSecOk { get; set; }
Public Property IsDnsSecOk As Boolean Get Set
public: property bool IsDnsSecOk { bool get (); void set (bool value); }
member IsDnsSecOk : bool with get, set
In This Article