Steamworks.NativeMethods.GetTicketIssueTime C# (CSharp) Method

GetTicketIssueTime() private method

private GetTicketIssueTime ( [ rgubTicketDecrypted, uint cubTicketDecrypted ) : uint
rgubTicketDecrypted [
cubTicketDecrypted uint
return uint
		public static extern uint GetTicketIssueTime([In, Out] byte[] rgubTicketDecrypted, uint cubTicketDecrypted);
NativeMethods