Click or drag to resize

SecurIdTokenAsSdtidToken Property

Gets a SecurIdSdtidToken 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 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