4 overrides of GenerateKey
System.Security.Cryptography (4)
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (1)
51public override void GenerateKey(ECCurve curve)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
63public override void GenerateKey(ECCurve curve) => _wrapped.GenerateKey(curve);
System\Security\Cryptography\ECDsaCng.Key.cs (1)
40public override void GenerateKey(ECCurve 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);