This documentation is archived and is not being maintained.
LocalServiceSecuritySettings Class
Visual Studio 2010
Provides local service security properties that can be set.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The LocalServiceSecuritySettings type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LocalServiceSecuritySettings | Initializes a new instance of the LocalServiceSecuritySettings class. |
| Name | Description | |
|---|---|---|
![]() | DetectReplays | Gets or sets a value that indicates whether replay detection is enabled on the service. |
![]() | InactivityTimeout | Gets or sets the duration to wait before the channel is closed due to inactivity. |
![]() | IssuedCookieLifetime | Gets or sets the lifetime for the SecurityContextSecurityToken that the service issues for the client. |
![]() | MaxCachedCookies | Gets or sets the maximum number of SecurityContextSecurityTokens that the service allows to cache at once. |
![]() | MaxClockSkew | Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating. |
![]() | MaxPendingSessions | Gets or sets the maximum number of concurrent security sessions that are established with the server for which it has issued a session token but for which no application messages are sent. |
![]() | MaxStatefulNegotiations | Gets or sets the maximum number of concurrent security negotiations with clients that the service can participate in. |
![]() | NegotiationTimeout | Gets or sets the maximum duration of the security negotiation phase between client and service. |
![]() | ReconnectTransportOnFailure | Gets or sets a value that indicates whether security sessions attempt to reconnect after transport failures. |
![]() | ReplayCacheSize | Gets or sets the size of the nonce cache used for replay detection. |
![]() | ReplayWindow | Gets or sets the maximum amount of time within which the service can accept a message. |
![]() | SessionKeyRenewalInterval | Gets or sets the lifetime of a key used in a security session. When this interval expires the key is automatically renewed. |
![]() | SessionKeyRolloverInterval | Gets or sets the time interval after key renewal for which the previous session key is valid on incoming messages during a key renewal. |
![]() | TimestampValidityDuration | Gets or sets the maximum duration of time that messages are valid when sent by the service. If the client receives the service's message after this duration, it discards the message. |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a new instance of this class from the current instance. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class contains the local security settings used by the SecurityBindingElement to build the security channel. These settings are local to the service and are not represented in the service's security policy.
This example shows how to use the LocalServiceSecuritySettings class to change the DetectReplays setting.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
