1 write to s_rsa
System.Core (1)
System\Security\Cryptography\CngAlgorithmGroup.cs (1)
154s_rsa = new CngAlgorithmGroup("RSA"); // NCRYPT_RSA_ALGORITHM_GROUP
2 references to s_rsa
System.Core (2)
System\Security\Cryptography\CngAlgorithmGroup.cs (2)
153if (s_rsa == null) { 157return s_rsa;