2 writes to _hashNameValue
System.Security.Cryptography (2)
System\Security\Cryptography\PKCS1MaskGenerationMethod.cs (2)
18
_hashNameValue
= DefaultHash;
24
set {
_hashNameValue
= value ?? DefaultHash; }
3 references to _hashNameValue
System.Security.Cryptography (3)
System\Security\Cryptography\PKCS1MaskGenerationMethod.cs (3)
23
get { return
_hashNameValue
; }
29
using (HashAlgorithm? hasher = CryptoConfig.CreateFromName(
_hashNameValue
) as HashAlgorithm)
33
throw new CryptographicException(SR.Format(SR.Cryptography_UnknownHashAlgorithm,
_hashNameValue
));