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 | |
---|---|---|
ProxyConfigurationInformation() | Initializes a new instance of the ProxyConfigurationInformation class. |
Properties
Name | Description | |
---|---|---|
CookiePath | Gets or sets the path to use when writing cookies. |
|
RealmCookieLifetime | Gets or sets the lifetime of the persistent realm cookie, designated in days. |
|
SuppressRealmCookie | Gets or sets a Boolean that indicates whether the realm cookie should be suppressed, that is, not written. |
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() | 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