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