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