2 references to GenerateKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (2)
39
_key = new Lazy<SafeEvpPKeyHandle>(
GenerateKey
);
56
_key = new Lazy<SafeEvpPKeyHandle>(
GenerateKey
);