5 references to PeerSecurityHelpers
System.ServiceModel (5)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (3)
348
this.authenticator =
PeerSecurityHelpers
.ComputeHash(certificate, password);
354
this.authenticator =
PeerSecurityHelpers
.ComputeHash(claim, password);
415
bool result =
PeerSecurityHelpers
.Authenticate(claim, password, this.authenticator);
System\ServiceModel\Channels\PeerSecurityManager.cs (2)
515
authenticatorHash =
PeerSecurityHelpers
.ComputeHash(credManager.Certificate, credManager.Password);
537
return
PeerSecurityHelpers
.Authenticate(claim, this.credManager.Password, message);