Share via


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
System_CAPS_pubmethod 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
System_CAPS_pubproperty ConfigInfo

This property supports the AD FS infrastructure and is not intended to be used directly from your code.

System_CAPS_pubproperty HostedRealmUriStr

This property supports the AD FS infrastructure and is not intended to be used directly from your code.

System_CAPS_pubproperty LsUrlStr

This property supports the AD FS infrastructure and is not intended to be used directly from your code.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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