Steamworks.SteamEncryptedAppTicket.GetTicketSteamID C# (CSharp) Method

GetTicketSteamID() public static method

public static GetTicketSteamID ( byte rgubTicketDecrypted, uint cubTicketDecrypted, CSteamID &psteamID ) : void
rgubTicketDecrypted byte
cubTicketDecrypted uint
psteamID CSteamID
return void
		public static void GetTicketSteamID(byte[] rgubTicketDecrypted, uint cubTicketDecrypted, out CSteamID psteamID) {
			InteropHelp.TestIfPlatformSupported();
			NativeMethods.GetTicketSteamID(rgubTicketDecrypted, cubTicketDecrypted, out psteamID);
		}