2 overrides of ExportCompositeMLDsaPrivateKeyCore
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaCng.Windows.cs (1)
132
protected override int
ExportCompositeMLDsaPrivateKeyCore
(Span<byte> destination)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaImplementation.Windows.cs (1)
136
protected override int
ExportCompositeMLDsaPrivateKeyCore
(Span<byte> destination)
2 references to ExportCompositeMLDsaPrivateKeyCore
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (2)
1720
int localBytesWritten =
ExportCompositeMLDsaPrivateKeyCore
(lease.Span);
1816
int privateKeySize =
ExportCompositeMLDsaPrivateKeyCore
(lease.Span);