Click or drag to resize

SecurIdTokenAsV2Token Property

Gets a SecurIdV2Token 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 SecurIdV2Token AsV2Token { get; }

Property Value

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