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