4 overrides of ExportEncryptedPkcs8PrivateKey
System.Security.Cryptography (4)
System\Security\Cryptography\DSAWrapper.cs (1)
139public override byte[] ExportEncryptedPkcs8PrivateKey(
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
138public override byte[] ExportEncryptedPkcs8PrivateKey(
System\Security\Cryptography\ECDsaWrapper.cs (1)
103public override byte[] ExportEncryptedPkcs8PrivateKey(
System\Security\Cryptography\RSAWrapper.cs (1)
28public override byte[] ExportEncryptedPkcs8PrivateKey(
8 references to ExportEncryptedPkcs8PrivateKey
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
151byte[] encryptedPkcs8 = key.ExportEncryptedPkcs8PrivateKey(passwordBytes, pbeParameters);
System\Security\Cryptography\AsymmetricAlgorithm.cs (2)
477/// An implementation for <see cref="ExportEncryptedPkcs8PrivateKey(ReadOnlySpan{byte}, PbeParameters)" /> or 497byte[] exported = ExportEncryptedPkcs8PrivateKey(passwordBytes, pbeParameters);
System\Security\Cryptography\DSAWrapper.cs (1)
142_wrapped.ExportEncryptedPkcs8PrivateKey(passwordBytes, pbeParameters);
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
141_wrapped.ExportEncryptedPkcs8PrivateKey(passwordBytes, pbeParameters);
System\Security\Cryptography\ECDsaWrapper.cs (1)
106_wrapped.ExportEncryptedPkcs8PrivateKey(passwordBytes, pbeParameters);
System\Security\Cryptography\RSAWrapper.cs (1)
31_wrapped.ExportEncryptedPkcs8PrivateKey(passwordBytes, pbeParameters);
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
151byte[] encryptedPkcs8 = key.ExportEncryptedPkcs8PrivateKey(passwordBytes, pbeParameters);