3 writes to HashNameValue
mscorlib (3)
system\security\cryptography\pkcs1maskgenerationmethod.cs (3)
20HashNameValue = "SHA1"; 30HashNameValue = value; 32HashNameValue = "SHA1";
3 references to HashNameValue
mscorlib (3)
system\security\cryptography\pkcs1maskgenerationmethod.cs (3)
28get { return HashNameValue; } 31if (HashNameValue == null) { 43HashAlgorithm hash = (HashAlgorithm) CryptoConfig.CreateFromName(HashNameValue);