10 lines
151 B
C#
10 lines
151 B
C#
namespace CPF.Mac.Security
|
|
{
|
|
internal struct AuthorizationItemSet
|
|
{
|
|
public int count;
|
|
|
|
public unsafe AuthorizationItem* ptrToAuthorization;
|
|
}
|
|
}
|