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 unsafe void
ImportECPrivateKey
(
2 references to ImportECPrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
107
_wrapped.
ImportECPrivateKey
(source, out bytesRead);
System\Security\Cryptography\ECDsaWrapper.cs (1)
94
_wrapped.
ImportECPrivateKey
(source, out bytesRead);