Steamworks.NativeMethods.ISteamUser_BeginAuthSession C# (CSharp) Method

ISteamUser_BeginAuthSession() private method

private ISteamUser_BeginAuthSession ( [ pAuthTicket, int cbAuthTicket, CSteamID steamID ) : EBeginAuthSessionResult
pAuthTicket [
cbAuthTicket int
steamID CSteamID
return EBeginAuthSessionResult
		public static extern EBeginAuthSessionResult ISteamUser_BeginAuthSession([In, Out] byte[] pAuthTicket, int cbAuthTicket, CSteamID steamID);
NativeMethods