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