12 lines
170 B
C#
12 lines
170 B
C#
namespace CPF.Mac.Security
|
|
{
|
|
public class AuthorizationParameters
|
|
{
|
|
public string PathToSystemPrivilegeTool;
|
|
|
|
public string Prompt;
|
|
|
|
public string IconPath;
|
|
}
|
|
}
|