 | SecurIdTokenUsesTimeDerivedSeeds Property |
Returns
if the current
SecurIdToken object represents a token that uses time-derived seeds;
otherwise.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxpublic bool UsesTimeDerivedSeeds { get; }
Public ReadOnly Property UsesTimeDerivedSeeds As Boolean
Get
public:
property bool UsesTimeDerivedSeeds {
bool get ();
}
member UsesTimeDerivedSeeds : bool with get
Property Value
Type:
Boolean
See Also