Method | Description | |
---|---|---|
BDecryptTicket ( byte rgubTicketEncrypted, uint cubTicketEncrypted, byte rgubTicketDecrypted, uint &pcubTicketDecrypted, byte rgubKey, int cubKey ) : bool | ||
BIsTicketForApp ( byte rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID ) : bool | ||
BUserIsVacBanned ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : bool | ||
BUserOwnsAppInTicket ( byte rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID ) : bool | ||
GetTicketAppID ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : uint | ||
GetTicketIssueTime ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : uint | ||
GetTicketSteamID ( byte rgubTicketDecrypted, uint cubTicketDecrypted, CSteamID &psteamID ) : void | ||
GetUserVariableData ( byte rgubTicketDecrypted, uint cubTicketDecrypted, uint &pcubUserData ) : byte[] |
public static BDecryptTicket ( byte rgubTicketEncrypted, uint cubTicketEncrypted, byte rgubTicketDecrypted, uint &pcubTicketDecrypted, byte rgubKey, int cubKey ) : bool | ||
rgubTicketEncrypted | byte | |
cubTicketEncrypted | uint | |
rgubTicketDecrypted | byte | |
pcubTicketDecrypted | uint | |
rgubKey | byte | |
cubKey | int | |
return | bool |
public static BIsTicketForApp ( byte rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID ) : bool | ||
rgubTicketDecrypted | byte | |
cubTicketDecrypted | uint | |
nAppID | AppId_t | |
return | bool |
public static BUserIsVacBanned ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : bool | ||
rgubTicketDecrypted | byte | |
cubTicketDecrypted | uint | |
return | bool |
public static BUserOwnsAppInTicket ( byte rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID ) : bool | ||
rgubTicketDecrypted | byte | |
cubTicketDecrypted | uint | |
nAppID | AppId_t | |
return | bool |
public static GetTicketAppID ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : uint | ||
rgubTicketDecrypted | byte | |
cubTicketDecrypted | uint | |
return | uint |
public static GetTicketIssueTime ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : uint | ||
rgubTicketDecrypted | byte | |
cubTicketDecrypted | uint | |
return | uint |
public static GetTicketSteamID ( byte rgubTicketDecrypted, uint cubTicketDecrypted, CSteamID &psteamID ) : void | ||
rgubTicketDecrypted | byte | |
cubTicketDecrypted | uint | |
psteamID | CSteamID | |
return | void |
public static GetUserVariableData ( byte rgubTicketDecrypted, uint cubTicketDecrypted, uint &pcubUserData ) : byte[] | ||
rgubTicketDecrypted | byte | |
cubTicketDecrypted | uint | |
pcubUserData | uint | |
return | byte[] |