|
SecurityParametersIsInvalid Property
|
Gets a value that indicates whether the hashes are invalid.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax public bool IsInvalid { get; set; }
Public Property IsInvalid As Boolean
Get
Set
public:
property bool IsInvalid {
bool get ();
void set (bool value);
}
member IsInvalid : bool with get, set
function get_IsInvalid();
function set_IsInvalid(value);
View SourceProperty Value
BooleanSee Also