1 write to passwordHash
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
102
this.
passwordHash
= ComputeHMACSHA256Hash(password, salt);
1 reference to passwordHash
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
110
return CryptoHelper.IsEqual(this.
passwordHash
, passwordHash);