2 references to Authenticate
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
415bool result = PeerSecurityHelpers.Authenticate(claim, password, this.authenticator);
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
537return PeerSecurityHelpers.Authenticate(claim, this.credManager.Password, message);