Share via

Problem with passing Windows App Certification Kit.

Salavat 121 Reputation points
2022-03-10T15:16:39.317+00:00

Hello)) Wrote a UWP application. The application has Microsoft.Data.SqlClient - to manage the database. At the stage of passing the Windows App Certification Kit, several errors appear:

...
Supported API test

FAILED

Supported APIs
Error Found: The supported APIs test detected the following errors:

  • API NtCreateFile in ntdll.dll is not supported for this application type. PRL.dll calls this API.
  • API RtlNtStatusToDosError in ntdll.dll is not supported for this application type. PRL.dll calls this API.
  • API IsTokenRestricted in advapi32.dll is not supported for this application type. Microsoft.Data.SqlClient.SNI.dll calls this API.
  • API CryptStringToBinaryW in crypt32.dll is not supported for this application type. Microsoft.Data.SqlClient.SNI.dll calls this API.
    Impact if not fixed: Using an API that is not part of the Windows SDK for Microsoft Store apps violates the Microsoft Store certification requirements.
    ...

Who can tell how to solve this problem? Additionally, the question is of interest, is it necessary to include in the application manifest: Enterprise Authentication, if the applications must be installed on several computers, and the server on a separate computer?

Microsoft Partner Center | Other

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.