| SecurIdToken Constructor |
Initializes a new instance of the
SecurIdToken class with the value of an existing token.
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax protected SecurIdToken(
SecurIdToken token
)
Protected Sub New (
token As SecurIdToken
)
protected:
SecurIdToken(
SecurIdToken^ token
)
new :
token : SecurIdToken -> SecurIdToken
Parameters
- token
- Type: SamoyedSoftware.ursaSecurIdToken
A SecurIdToken object representing a SecurID® token. Ignored if .
Remarks This constructor is called by derived classes to preform common initialization.
See Also