ProxyConfigurationInformation Class

 

Specifies the configuration information that the Federation Server and any Federation Server proxies use to write cookies. The ProxyConfigurationInformation class is part of the Federation Service’s trust policy configuration.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Inheritance Hierarchy

System.Object
  System.Web.Security.SingleSignOn.ProxyConfigurationInformation

Syntax

public class ProxyConfigurationInformation
public ref class ProxyConfigurationInformation 
type ProxyConfigurationInformation = class end
Public Class ProxyConfigurationInformation

Constructors

Name Description
System_CAPS_pubmethod ProxyConfigurationInformation()

Initializes a new instance of the ProxyConfigurationInformation class.

Properties

Name Description
System_CAPS_pubproperty CookiePath

Gets or sets the path to use when writing cookies.

System_CAPS_pubproperty RealmCookieLifetime

Gets or sets the lifetime of the persistent realm cookie, designated in days.

System_CAPS_pubproperty SuppressRealmCookie

Gets or sets a Boolean that indicates whether the realm cookie should be suppressed, that is, not written.

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()

Returns a string that represents the current ProxyConfigurationInformation 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