Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a String that represents the current UserValidationInfo object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String
Return Value
Type: System.String
A String that represents the current UserValidationInfo object.
See Also
UserValidationInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top