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