SecurityBindingElement.LocalClientSettings Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the binding properties specific to local security settings used by the client.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel.Channels.LocalClientSecuritySettingsThe LocalClientSecuritySettings that contains the settings for local client security.
The settings are local in the sense that they are not settings derived from the security policy of the service. You can get the LocalClientSecuritySettings object and use it to set the security properties for this binding.
Show: