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