C# 클래스 Steamworks.SteamEncryptedAppTicket

파일 보기 프로젝트 열기: rlabrecque/Steamworks.NET

공개 메소드들

메소드 설명
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[]