Base:
method
TryExportEncryptedPkcs8PrivateKey
System.Security.Cryptography.AsymmetricAlgorithm.TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<System.Byte>, System.Security.Cryptography.PbeParameters, System.Span<System.Byte>, out System.Int32)
1 override of TryExportEncryptedPkcs8PrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
68
public override bool
TryExportEncryptedPkcs8PrivateKey
(
1 reference to TryExportEncryptedPkcs8PrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
73
_wrapped.
TryExportEncryptedPkcs8PrivateKey
(passwordBytes, pbeParameters, destination, out bytesWritten);