 | SecurIdTokenIsSmartPhone Property |
Returns
if the current
SecurIdToken object represents a token intended for use on a smartphone;
otherwise.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxpublic bool IsSmartPhone { get; }
Public ReadOnly Property IsSmartPhone As Boolean
Get
public:
property bool IsSmartPhone {
bool get ();
}
member IsSmartPhone : bool with get
Property Value
Type:
Boolean
See Also