IdentityVerifier Class
An abstract base class that can be implemented to verify an expected identity against an authorization context that represents a remote endpoint, or to create an identity from an endpoint address.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The WCF infrastructure calls the TryGetIdentity method first to retrieve the service's identity from the message. Next, the infrastructure calls the CheckAccess method with the returned EndpointIdentity and AuthorizationContext.
For more information about implementing the class, see How To: Create a Custom Client Identity Verifier.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.