Steamworks.SteamEncryptedAppTicket.BIsTicketForApp C# (CSharp) Method

BIsTicketForApp() public static method

public static BIsTicketForApp ( byte rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID ) : bool
rgubTicketDecrypted byte
cubTicketDecrypted uint
nAppID AppId_t
return bool
		public static bool BIsTicketForApp(byte[] rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID) {
			InteropHelp.TestIfPlatformSupported();
			return NativeMethods.BIsTicketForApp(rgubTicketDecrypted, cubTicketDecrypted, nAppID);
		}