2 overrides of ExportParameters
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs (1)
55public override ECParameters ExportParameters() =>
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
183public override ECParameters ExportParameters() => _wrapped.ExportParameters();
6 references to ExportParameters
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (1)
107? otherPartyPublicKey.ExportParameters()
System\Security\Cryptography\ECDiffieHellmanPublicKey.ExportParameters.cs (4)
46/// The member <see cref="ExportParameters" /> has not been overridden in a derived class. 52ECParameters ecParameters = ExportParameters(); 64/// The member <see cref="ExportParameters" /> has not been overridden in a derived class. 70ECParameters ecParameters = ExportParameters();
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
183public override ECParameters ExportParameters() => _wrapped.ExportParameters();