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