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