2 overrides of ExportCompositeMLDsaPublicKeyCore
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaCng.Windows.cs (1)
128protected override int ExportCompositeMLDsaPublicKeyCore(Span<byte> destination) =>
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaImplementation.Windows.cs (1)
133protected override int ExportCompositeMLDsaPublicKeyCore(Span<byte> destination) =>
2 references to ExportCompositeMLDsaPublicKeyCore
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (2)
1595int localBytesWritten = ExportCompositeMLDsaPublicKeyCore(lease.Span); 1905int written = ExportCompositeMLDsaPublicKeyCore(buffer);