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