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)
50if (_algName == null) 55return _rsaKey.SignHash(rgbHash, new HashAlgorithmName(_algName), RSASignaturePadding.Pkcs1);