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