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