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