Base:
method
TryExportEncryptedPkcs8PrivateKey
System.Security.Cryptography.AsymmetricAlgorithm.TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<System.Char>, 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)
72
public override bool
TryExportEncryptedPkcs8PrivateKey
(
System\Security\Cryptography\ECDsaWrapper.cs (1)
138
public override bool
TryExportEncryptedPkcs8PrivateKey
(
2 references to TryExportEncryptedPkcs8PrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
77
_wrapped.
TryExportEncryptedPkcs8PrivateKey
(password, pbeParameters, destination, out bytesWritten);
System\Security\Cryptography\ECDsaWrapper.cs (1)
143
_wrapped.
TryExportEncryptedPkcs8PrivateKey
(password, pbeParameters, destination, out bytesWritten);