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