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