Click or drag to resize

SecurIdTokenAsSdtidToken Property

Gets a SecurIdSdtidToken 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 SecurIdSdtidToken AsSdtidToken { get; }

Property Value

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