3 overrides of ImportPkcs8PrivateKey
System.Security.Cryptography (3)
System\Security\Cryptography\DSA.cs (1)
1057public override unsafe void ImportPkcs8PrivateKey(
System\Security\Cryptography\ECAlgorithm.cs (1)
495public override unsafe void ImportPkcs8PrivateKey(
System\Security\Cryptography\RSA.cs (1)
969public override unsafe void ImportPkcs8PrivateKey(ReadOnlySpan<byte> source, out int bytesRead)
4 references to ImportPkcs8PrivateKey
System.Security.Cryptography (4)
System\Security\Cryptography\AsymmetricAlgorithm.cs (2)
341/// A derived type has not provided an implementation for <see cref="ImportPkcs8PrivateKey" /> 366PemLabels.Pkcs8PrivateKey => ImportPkcs8PrivateKey,
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (2)
570key.ImportPkcs8PrivateKey(pkcs8, out int bytesRead); 710_key.ImportPkcs8PrivateKey(pkcs8, out int bytesRead);