2 writes to _algName
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1SignatureFormatter.cs (2)
37
_algName
= HashAlgorithmNames.ToUpper(strName);
42
_algName
= null;
2 references to _algName
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1SignatureFormatter.cs (2)
50
if (
_algName
== null)
55
return _rsaKey.SignHash(rgbHash, new HashAlgorithmName(
_algName
), RSASignaturePadding.Pkcs1);