LocalClientSecuritySettings Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies local client security settings.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The LocalClientSecuritySettings type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LocalClientSecuritySettings | Initializes a new instance of the LocalClientSecuritySettings class. |
| Name | Description | |
|---|---|---|
![]() | MaxClockSkew | Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating. |
![]() | ReplayWindow | Gets or sets the maximum time that a message nonce is valid. |
![]() | TimestampValidityDuration | Gets or sets the maximum duration that the messages are valid when sent by the client. If a message is received by the service after this duration, it should discard the message. |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a new instance of this class that is a copy of 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 the Object 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 (and classes derived from it) to build the security channel. These settings are local to the client and are not determined from the service's security policy.
Show:


