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