ProxyInformation Class
This class supports the AD FS infrastructure and is not intended to be used directly from your code. A ProxyInformation object is retrieved by a Federation Service proxy by calling GetFsTrustInformation, and contains configuration information necessary for the proxy to function.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.ProxyInformation
Syntax
public class ProxyInformation
public ref class ProxyInformation
type ProxyInformation = class end
Public Class ProxyInformation
Constructors
Name | Description | |
---|---|---|
ProxyInformation() | This class supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ProxyInformation class. |
Properties
Name | Description | |
---|---|---|
ConfigInfo | This property supports the AD FS infrastructure and is not intended to be used directly from your code. |
|
HostedRealmUriStr | This property supports the AD FS infrastructure and is not intended to be used directly from your code. |
|
LsUrlStr | This property supports the AD FS infrastructure and is not intended to be used directly from your code. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | 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.(Overrides Object.ToString().) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top