5 overrides of ImportParameters
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (1)
10
public override void
ImportParameters
(ECParameters parameters)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (1)
26
public override void
ImportParameters
(ECParameters parameters)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
60
public override void
ImportParameters
(ECParameters parameters) =>
System\Security\Cryptography\ECDsaWrapper.cs (1)
126
public override void
ImportParameters
(ECParameters parameters) =>
System\Security\Cryptography\OpenSsl.NotSupported.cs (1)
122
public override void
ImportParameters
(ECParameters parameters) { }
13 references to ImportParameters
System.Security.Cryptography (13)
System\Security\Cryptography\ECAlgorithm.cs (10)
344
/// A derived class has not provided an implementation for <see cref="
ImportParameters
" />.
377
ImportParameters
(ret);
419
/// A derived class has not provided an implementation for <see cref="
ImportParameters
" />.
451
ImportParameters
(ret);
471
/// A derived class has not provided an implementation for <see cref="
ImportParameters
" />.
510
ImportParameters
(key);
530
/// A derived class has not provided an implementation for <see cref="
ImportParameters
" />.
565
ImportParameters
(key);
579
/// A derived class has not provided an implementation for <see cref="
ImportParameters
" />.
602
ImportParameters
(ecParameters);
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
61
_wrapped.
ImportParameters
(parameters);
System\Security\Cryptography\ECDsaWrapper.cs (1)
127
_wrapped.
ImportParameters
(parameters);
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (1)
118
key.
ImportParameters
(ecparams);