Base:
method
TryExportEncryptedPkcs8PrivateKey
System.Security.Cryptography.AsymmetricAlgorithm.TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<System.Byte>, System.Security.Cryptography.PbeParameters, System.Span<System.Byte>, out System.Int32)
2 overrides of TryExportEncryptedPkcs8PrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
65
public override bool
TryExportEncryptedPkcs8PrivateKey
(
System\Security\Cryptography\ECDsaWrapper.cs (1)
131
public override bool
TryExportEncryptedPkcs8PrivateKey
(
2 references to TryExportEncryptedPkcs8PrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
70
_wrapped.
TryExportEncryptedPkcs8PrivateKey
(passwordBytes, pbeParameters, destination, out bytesWritten);
System\Security\Cryptography\ECDsaWrapper.cs (1)
136
_wrapped.
TryExportEncryptedPkcs8PrivateKey
(passwordBytes, pbeParameters, destination, out bytesWritten);