2 overrides of TryExportPrivateKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (1)
201
internal override bool
TryExportPrivateKey
(Span<byte> destination, out int bytesWritten)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.RSA.cs (1)
244
internal override bool
TryExportPrivateKey
(Span<byte> destination, out int bytesWritten)
1 reference to TryExportPrivateKey
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (1)
409
if (!_componentAlgorithm.
TryExportPrivateKey
(destination.Slice(AlgorithmDetails.MLDsaAlgorithm.PrivateSeedSizeInBytes), out int componentBytesWritten))