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