Steamworks.SteamEncryptedAppTicket.GetTicketAppID C# (CSharp) Method

GetTicketAppID() public static method

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