Steamworks.NativeMethods.BIsTicketForApp C# (CSharp) Method

BIsTicketForApp() private method

private BIsTicketForApp ( [ rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID ) : bool
rgubTicketDecrypted [
cubTicketDecrypted uint
nAppID AppId_t
return bool
		public static extern bool BIsTicketForApp([In, Out] byte[] rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID);
NativeMethods