Click or drag to resize

SecurIdTokenAsV3Token Property

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

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.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