ProxyInformation.ToString Method ()
This property supports the AD FS infrastructure and is not intended to be used directly from your code. Returns a string that represents the current ProxyInformation 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 ProxyInformation object.
See Also
ProxyInformation Class
System.Web.Security.SingleSignOn Namespace
Return to top