2 references to GenerateKeyFromSize
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (2)
63
_key = new Lazy<SafeEvpPKeyHandle>(
GenerateKeyFromSize
);
245
_key = new Lazy<SafeEvpPKeyHandle>(
GenerateKeyFromSize
);