2 overrides of ImportECPrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
106
public override void
ImportECPrivateKey
(ReadOnlySpan<byte> source, out int bytesRead) =>
System\Security\Cryptography\ECDsaWrapper.cs (1)
91
public override void
ImportECPrivateKey
(
3 references to ImportECPrivateKey
System.Security.Cryptography (3)
System\Security\Cryptography\ECAlgorithm.cs (1)
712
PemLabels.EcPrivateKey =>
ImportECPrivateKey
,
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
107
_wrapped.
ImportECPrivateKey
(source, out bytesRead);
System\Security\Cryptography\ECDsaWrapper.cs (1)
94
_wrapped.
ImportECPrivateKey
(source, out bytesRead);