C# Class Steamworks.SteamEncryptedAppTicket

Exibir arquivo Open project: rlabrecque/Steamworks.NET

Public Methods

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[]

Method Details

BDecryptTicket() public static method

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

BIsTicketForApp() public static method

public static BIsTicketForApp ( byte rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID ) : bool
rgubTicketDecrypted byte
cubTicketDecrypted uint
nAppID AppId_t
return bool

BUserIsVacBanned() public static method

public static BUserIsVacBanned ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : bool
rgubTicketDecrypted byte
cubTicketDecrypted uint
return bool

BUserOwnsAppInTicket() public static method

public static BUserOwnsAppInTicket ( byte rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID ) : bool
rgubTicketDecrypted byte
cubTicketDecrypted uint
nAppID AppId_t
return bool

GetTicketAppID() public static method

public static GetTicketAppID ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : uint
rgubTicketDecrypted byte
cubTicketDecrypted uint
return uint

GetTicketIssueTime() public static method

public static GetTicketIssueTime ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : uint
rgubTicketDecrypted byte
cubTicketDecrypted uint
return uint

GetTicketSteamID() public static method

public static GetTicketSteamID ( byte rgubTicketDecrypted, uint cubTicketDecrypted, CSteamID &psteamID ) : void
rgubTicketDecrypted byte
cubTicketDecrypted uint
psteamID CSteamID
return void

GetUserVariableData() public static method

public static GetUserVariableData ( byte rgubTicketDecrypted, uint cubTicketDecrypted, uint &pcubUserData ) : byte[]
rgubTicketDecrypted byte
cubTicketDecrypted uint
pcubUserData uint
return byte[]