2 overrides of ImportECPrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
106public override void ImportECPrivateKey(ReadOnlySpan<byte> source, out int bytesRead) =>
System\Security\Cryptography\ECDsaWrapper.cs (1)
91public 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);