 | SecurIdTokenHas128BitKey Property |
Returns
if the current
SecurIdToken object represents a token with a 128-bit key;
if it has a 64-bit key.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxpublic bool Has128BitKey { get; }
Public ReadOnly Property Has128BitKey As Boolean
Get
public:
property bool Has128BitKey {
bool get ();
}
member Has128BitKey : bool with get
Property Value
Type:
Boolean
See Also