3 overrides of TryExportEncryptedPkcs8PrivateKey
System.Security.Cryptography (3)
System\Security\Cryptography\DSA.cs (1)
944public override bool TryExportEncryptedPkcs8PrivateKey(
System\Security\Cryptography\ECAlgorithm.cs (1)
200public override unsafe bool TryExportEncryptedPkcs8PrivateKey(
System\Security\Cryptography\RSA.cs (1)
801public override bool TryExportEncryptedPkcs8PrivateKey(
7 references to TryExportEncryptedPkcs8PrivateKey
System.Security.Cryptography (7)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CngPkcs8.cs (3)
66return key.TryExportEncryptedPkcs8PrivateKey( 305while (!key.TryExportEncryptedPkcs8PrivateKey( 342while (!key.TryExportEncryptedPkcs8PrivateKey(
System\Security\Cryptography\AsymmetricAlgorithm.cs (4)
131TryExportEncryptedPkcs8PrivateKey); 425/// <see cref="TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan{char}, PbeParameters, Span{byte}, out int)" /> has not been provided. 665/// An implementation for <see cref="TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan{char}, PbeParameters, Span{byte}, out int)" /> 697return alg.TryExportEncryptedPkcs8PrivateKey(password, pbeParameters, destination, out bytesWritten);