AsposeTask.License lic = new AsposeTask.License();
lic.SetLicense(await LoadEmbeddedResource());
Iam using above code getting the below error,
'System.Security.Cryptography.Algorithms is not supported on this platform.'
AsposeTask.License lic = new AsposeTask.License();
lic.SetLicense(await LoadEmbeddedResource());
Iam using above code getting the below error,
'System.Security.Cryptography.Algorithms is not supported on this platform.'