4 overrides of ExportParameters
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (1)
121
public override ECParameters
ExportParameters
(bool includePrivateParameters)
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (1)
302
public override ECParameters
ExportParameters
(bool includePrivateParameters)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
54
public override ECParameters
ExportParameters
(bool includePrivateParameters) =>
System\Security\Cryptography\ECDsaWrapper.cs (1)
120
public override ECParameters
ExportParameters
(bool includePrivateParameters) =>
21 references to ExportParameters
System.Security.Cryptography (21)
System\Security\Cryptography\ECAlgorithm.cs (11)
110
/// A derived class has not provided an implementation for <see cref="
ExportParameters
" />.
141
ECParameters ecParameters =
ExportParameters
(true);
190
/// A derived class has not provided an implementation for <see cref="
ExportParameters
" />.
213
ECParameters ecParameters =
ExportParameters
(true);
253
/// A derived class has not provided an implementation for <see cref="
ExportParameters
" />.
259
ECParameters ecParameters =
ExportParameters
(true);
293
/// A derived class has not provided an implementation for <see cref="
ExportParameters
" />.
299
ECParameters ecParameters =
ExportParameters
(false);
617
ECParameters ecParameters =
ExportParameters
(true);
649
/// A derived class has not provided an implementation for <see cref="
ExportParameters
" />.
653
ECParameters ecParameters =
ExportParameters
(true);
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
55
_wrapped.
ExportParameters
(includePrivateParameters);
System\Security\Cryptography\ECDsa.cs (1)
1255
ExportParameters
(false);
System\Security\Cryptography\ECDsaWrapper.cs (1)
121
_wrapped.
ExportParameters
(includePrivateParameters);
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (2)
43
if (!Helpers.AreSamePublicECParameters(publicKey.
ExportParameters
(false), privateKey.
ExportParameters
(false)))
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
71
ECParameters ecParameters = _key.
ExportParameters
(false);
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (2)
649
ECParameters ecParameters = privateKey.
ExportParameters
(true);
669
ECParameters ecParameters = privateKey.
ExportParameters
(true);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
763
if (!Helpers.AreSamePublicECParameters(publicKey.
ExportParameters
(false), privateKey.
ExportParameters
(false)))