I've been trying to sign XML through CU 6227 "Signed XML Mgt." with function SignXmlText,
Function requires "private key", and i don't know how would i get private key.
CU 3043 "DotNet_X509Certificate2" that has no external function to get private key, and dotnet variable DotNetX509Certificate2 has privatekey method, to return private key.
And function that initializes CU X509Certificate2 does not work because one of the parameters is Codeunit "DotNet_X509KeyStorageFlags" that has no external functions so it cant be initialized.
So my question is, how do i sign XML?