Base:
method
ImportPkcs8PrivateKey
System.Security.Cryptography.AsymmetricAlgorithm.ImportPkcs8PrivateKey(System.ReadOnlySpan<System.Byte>, out System.Int32)
2 overrides of ImportPkcs8PrivateKey
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.ImportExport.cs (1)
39
public override void
ImportPkcs8PrivateKey
(ReadOnlySpan<byte> source, out int bytesRead)
System\Security\Cryptography\RSABCrypt.cs (1)
375
public override void
ImportPkcs8PrivateKey
(ReadOnlySpan<byte> source, out int bytesRead)
2 references to ImportPkcs8PrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSA.cs (1)
1049
PemLabels.Pkcs8PrivateKey =>
ImportPkcs8PrivateKey
,
System\Security\Cryptography\RSABCrypt.cs (1)
378
base.
ImportPkcs8PrivateKey
(source, out bytesRead);