Base:
method
ImportPkcs8PrivateKey
System.Security.Cryptography.AsymmetricAlgorithm.ImportPkcs8PrivateKey(System.ReadOnlySpan<System.Byte>, out System.Int32)
2 overrides of ImportPkcs8PrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
100
public override void
ImportPkcs8PrivateKey
(ReadOnlySpan<byte> source, out int bytesRead) =>
System\Security\Cryptography\ECDsaWrapper.cs (1)
81
public override void
ImportPkcs8PrivateKey
(
2 references to ImportPkcs8PrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
101
_wrapped.
ImportPkcs8PrivateKey
(source, out bytesRead);
System\Security\Cryptography\ECDsaWrapper.cs (1)
84
_wrapped.
ImportPkcs8PrivateKey
(source, out bytesRead);