 | SecurIdTokenIntervalSeconds Property |
Gets the number seconds between distinct tokencodes generated by the current
SecurIdToken object.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxpublic int IntervalSeconds { get; }
Public ReadOnly Property IntervalSeconds As Integer
Get
public:
property int IntervalSeconds {
int get ();
}
member IntervalSeconds : int with get
Property Value
Type:
Int32
See Also