2 references to ComputeHash
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
348this.authenticator = PeerSecurityHelpers.ComputeHash(certificate, password);
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
515authenticatorHash = PeerSecurityHelpers.ComputeHash(credManager.Certificate, credManager.Password);