2 overrides of ExportExplicitParameters
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs (1)
52public override ECParameters ExportExplicitParameters() =>
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
185public override ECParameters ExportExplicitParameters() => _wrapped.ExportExplicitParameters();
2 references to ExportExplicitParameters
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (1)
108: otherPartyPublicKey.ExportExplicitParameters();
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
185public override ECParameters ExportExplicitParameters() => _wrapped.ExportExplicitParameters();