C# Класс Steamworks.SteamEncryptedAppTicket

Показать файл Открыть проект

Открытые методы

Метод Описание
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[]

Описание методов

BDecryptTicket() публичный статический Метод

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
Результат bool

BIsTicketForApp() публичный статический Метод

public static BIsTicketForApp ( byte rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID ) : bool
rgubTicketDecrypted byte
cubTicketDecrypted uint
nAppID AppId_t
Результат bool

BUserIsVacBanned() публичный статический Метод

public static BUserIsVacBanned ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : bool
rgubTicketDecrypted byte
cubTicketDecrypted uint
Результат bool

BUserOwnsAppInTicket() публичный статический Метод

public static BUserOwnsAppInTicket ( byte rgubTicketDecrypted, uint cubTicketDecrypted, AppId_t nAppID ) : bool
rgubTicketDecrypted byte
cubTicketDecrypted uint
nAppID AppId_t
Результат bool

GetTicketAppID() публичный статический Метод

public static GetTicketAppID ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : uint
rgubTicketDecrypted byte
cubTicketDecrypted uint
Результат uint

GetTicketIssueTime() публичный статический Метод

public static GetTicketIssueTime ( byte rgubTicketDecrypted, uint cubTicketDecrypted ) : uint
rgubTicketDecrypted byte
cubTicketDecrypted uint
Результат uint

GetTicketSteamID() публичный статический Метод

public static GetTicketSteamID ( byte rgubTicketDecrypted, uint cubTicketDecrypted, CSteamID &psteamID ) : void
rgubTicketDecrypted byte
cubTicketDecrypted uint
psteamID CSteamID
Результат void

GetUserVariableData() публичный статический Метод

public static GetUserVariableData ( byte rgubTicketDecrypted, uint cubTicketDecrypted, uint &pcubUserData ) : byte[]
rgubTicketDecrypted byte
cubTicketDecrypted uint
pcubUserData uint
Результат byte[]