1 write to salt
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
103this.salt = salt;
1 reference to salt
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
109byte[] passwordHash = ComputeHMACSHA256Hash(password, this.salt);