 | SecurIdTokenIsDeviceIdRequired Property |
Returns
if a Device ID (Serial Number) is required for the token represented by the current
SecurIdToken object;
otherwise.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxpublic bool IsDeviceIdRequired { get; }
Public ReadOnly Property IsDeviceIdRequired As Boolean
Get
public:
property bool IsDeviceIdRequired {
bool get ();
}
member IsDeviceIdRequired : bool with get
Property Value
Type:
Boolean
See Also