4 overrides of GenerateKey
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (1)
83public override void GenerateKey(ECCurve curve)
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (1)
249public override void GenerateKey(ECCurve curve)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
63public override void GenerateKey(ECCurve curve) => _wrapped.GenerateKey(curve);
System\Security\Cryptography\ECDsaWrapper.cs (1)
129public override void GenerateKey(ECCurve curve) => _wrapped.GenerateKey(curve);
2 references to GenerateKey
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
63public override void GenerateKey(ECCurve curve) => _wrapped.GenerateKey(curve);
System\Security\Cryptography\ECDsaWrapper.cs (1)
129public override void GenerateKey(ECCurve curve) => _wrapped.GenerateKey(curve);