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)
570public 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) =>
2 references to ImportPkcs8PrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSA.cs (1)
1090PemLabels.Pkcs8PrivateKey => ImportPkcs8PrivateKey,
System\Security\Cryptography\RSAWrapper.cs (1)
181_wrapped.ImportPkcs8PrivateKey(source, out bytesRead);