Click or drag to resize

SecurIdTokenToString Method

Creates a string listing the values contained in this instance.

Namespace:  ursa
Assembly:  ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntax
public override 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