Maui - impersonation in MAC

Dani_S 3,336 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

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 61,731 Reputation points
    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