1 write to s_rsa
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
109
s_rsa
= new CngAlgorithm(BCryptNative.AlgorithmName.Rsa);
2 references to s_rsa
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
108
if (
s_rsa
== null) {
111
return
s_rsa
;