Steamworks.NativeMethods.ISteamUser_GetEncryptedAppTicket C# (CSharp) Method

ISteamUser_GetEncryptedAppTicket() private method

private ISteamUser_GetEncryptedAppTicket ( [ pTicket, int cbMaxTicket, uint &pcbTicket ) : bool
pTicket [
cbMaxTicket int
pcbTicket uint
return bool
		public static extern bool ISteamUser_GetEncryptedAppTicket([In, Out] byte[] pTicket, int cbMaxTicket, out uint pcbTicket);
NativeMethods