 | SecurIdTokenIsPasswordRequired Property |
Returns
if a Password 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 IsPasswordRequired { get; }
Public ReadOnly Property IsPasswordRequired As Boolean
Get
public:
property bool IsPasswordRequired {
bool get ();
}
member IsPasswordRequired : bool with get
Property Value
Type:
Boolean
See Also