Click or drag to resize

SecurIdTokenAsV3Token Property

Gets a SecurIdV3Token object representing the same token as the current SecurIdToken object.

Namespace:  ursa
Assembly:  ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntax
public SecurIdV3Token AsV3Token { get; }

Property Value

Type: SecurIdV3Token
Remarks
If the current SecurIdToken object is an instance of the SecurIdV3Token class, then the current instance is returned. Otherwise, a new instance of the SecurIdV3Token class is returned, initialized with the values from the current SecurIdToken object.
See Also