The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
LocalClientSecuritySettings::IdentityVerifier Property
.NET Framework (current version)
Gets or sets the identity verifier.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property IdentityVerifier^ IdentityVerifier { IdentityVerifier^ get(); void set(IdentityVerifier^ value); }
Property Value
Type: System.ServiceModel.Security::IdentityVerifier^An instance of an implementation of the abstract class IdentityVerifier.
This property is used to verify that the remote endpoint that the client channel is communicating with matches the identity specified in the EndpointAddress that the channel is targeted for.
.NET Framework
Available since 3.0
Available since 3.0
Show: