Base:
method
ImportPkcs8PrivateKey
System.Security.Cryptography.AsymmetricAlgorithm.ImportPkcs8PrivateKey(System.ReadOnlySpan<System.Byte>, out System.Int32)
2 overrides of ImportPkcs8PrivateKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
571public override void ImportPkcs8PrivateKey(ReadOnlySpan<byte> source, out int bytesRead)
System\Security\Cryptography\RSAWrapper.cs (1)
180public override void ImportPkcs8PrivateKey(ReadOnlySpan<byte> source, out int bytesRead) =>
1 reference to ImportPkcs8PrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\RSAWrapper.cs (1)
181_wrapped.ImportPkcs8PrivateKey(source, out bytesRead);