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