public AuthReq(AuthReqNative native) { App = native.App; AppContainer = native.AppContainer; Containers = BindingUtils.CopyToObjectList <ContainerPermissions>(native.ContainersPtr, (int)native.ContainersLen); }
static extern void EncodeAuthRespNative( IntPtr auth, ref AuthReqNative req, uint reqId, [MarshalAs(UnmanagedType.U1)] bool isGranted, IntPtr userData, FfiResultStringCb oCb);