Maui - impersonation in MAC

Dani_S 5,581 Reputation points
2023-09-07T11:59:30.3666667+00:00

Hi,

How i implement in MAC impersonation ?

Thanks,

Update

I meant this impersonation for mac

https://learn.microsoft.com/en-us/dotnet/api/system.security.principal.windowsidentity.runimpersonated?view=net-7.0

Developer technologies | .NET | .NET MAUI
{count} votes

Answer accepted by question author
  1. Bruce (SqlWork.com) 82,606 Reputation points Volunteer Moderator
    2023-09-08T15:30:06.45+00:00

    this is a windows only feature. unix does not support changing the process owner. It not clear the use case on a Mac for this. also if you are using kerberos authenication, MacOs (and linux) only supports one active kerberos identity at a time.

    also Mac Catalyst apps run in a sandbox, and thus have less permission than a normal Mac app.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.