1 write to authenticatorHash
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
515authenticatorHash = PeerSecurityHelpers.ComputeHash(credManager.Certificate, credManager.Password);
3 references to authenticatorHash
System.ServiceModel (3)
System\ServiceModel\Channels\PeerSecurityManager.cs (3)
509if (authenticatorHash == null) 513if (authenticatorHash == null) 519return authenticatorHash;