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