2 references to ComputeHMACSHA256Hash
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (2)
102
this.passwordHash =
ComputeHMACSHA256Hash
(password, salt);
109
byte[] passwordHash =
ComputeHMACSHA256Hash
(password, this.salt);