 | SecurIdTokenIsLocalPin Property |
Returns
if the current
SecurIdToken object represents a token with a local PIN;
otherwise.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxpublic bool IsLocalPin { get; }
Public ReadOnly Property IsLocalPin As Boolean
Get
public:
property bool IsLocalPin {
bool get ();
}
member IsLocalPin : bool with get
Property Value
Type:
Boolean
See Also