2 writes to _algName
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1SignatureDeformatter.cs (2)
36
_algName
= HashAlgorithmNames.ToUpper(strName);
41
_algName
= null;
2 references to _algName
System.Security.Cryptography (2)
System\Security\Cryptography\RSAPKCS1SignatureDeformatter.cs (2)
50
if (
_algName
== null)
55
return _rsaKey.VerifyHash(rgbHash, rgbSignature, new HashAlgorithmName(
_algName
), RSASignaturePadding.Pkcs1);