Does uwp app service has access control?

Jayden Xia 20 Reputation points
2024-11-07T06:14:32.6666667+00:00

I implement a uwp app service in my application and I don't want this app service being exposed to all user processes, which may causes privacy issue. So I want to know if there is any method to control the scope of processes that can connnect to my app service. Thanks!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,760 questions
Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Junjie Zhu - MSFT 19,051 Reputation points Microsoft Vendor
    2024-11-07T07:55:37.2033333+00:00

    Hello @Jayden Xia ,

    Welcome to Microsoft Q&A!

    By default, any app can connect to your app service if it knows the service name. However, you can implement authentication mechanisms to verify the identity of the connecting apps.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

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