 | 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)
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
StringA 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