1 write to _hashName
System.IdentityModel (1)
System\IdentityModel\RsaEncryptionCookieTransform.cs (1)
127_hashName = value;
3 references to _hashName
System.IdentityModel (3)
System\IdentityModel\RsaEncryptionCookieTransform.cs (3)
118get { return _hashName; } 165using (HashAlgorithm hash = CryptoHelper.CreateHashAlgorithm(_hashName)) 284using (HashAlgorithm hash = CryptoHelper.CreateHashAlgorithm(_hashName))