Click or drag to resize

SecurIdTokenToString Method

Creates a string listing the values contained in this instance.

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax
public virtual string ToString()

Return Value

Type: String
A string listing the values contained in this instance.
Remarks
The method creates a human-readable representation of the values contained in this token. To export the token to a machine readable format, use Export(String, String).
See Also