Steamworks.NativeMethods.ISteamGameServer_BeginAuthSession C# (CSharp) Method

ISteamGameServer_BeginAuthSession() private method

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