Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets or sets the identity verifier.

Namespace:   System.ServiceModel.Channels
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.

This example shows how to return an instance of an implementation of the abstract class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft