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: