C# 클래스 SteamDesktopAuth.FileHandler

파일 보기 프로젝트 열기: Ezzpify/SteamAuthenticator

공개 메소드들

메소드 설명
DecryptSGAFile ( SteamGuardAccount account ) : bool

Edits a SGA file to either encrypt or decrypt the file

DeleteSGAFile ( SteamGuardAccount account ) : bool

Deletes a SGA file of an account if it exists

GetAllAccounts ( ) : List

Returns all accounts available in a list

IsSGAFileEncrypted ( SteamGuardAccount account ) : bool

Checks if an SGA file is encrypted

SaveSGAFile ( SteamGuardAccount account ) : bool

Saves a SteamGuardAccount to file in formatted json

비공개 메소드들

메소드 설명
GetAccountFile ( SteamGuardAccount account ) : FileInfo

Finds the account file that belongs to a file

메소드 상세

DecryptSGAFile() 공개 정적인 메소드

Edits a SGA file to either encrypt or decrypt the file
public static DecryptSGAFile ( SteamGuardAccount account ) : bool
account SteamAuth.SteamGuardAccount Account to edit
리턴 bool

DeleteSGAFile() 공개 정적인 메소드

Deletes a SGA file of an account if it exists
public static DeleteSGAFile ( SteamGuardAccount account ) : bool
account SteamAuth.SteamGuardAccount Account to delete files of
리턴 bool

GetAllAccounts() 공개 정적인 메소드

Returns all accounts available in a list
public static GetAllAccounts ( ) : List
리턴 List

IsSGAFileEncrypted() 공개 정적인 메소드

Checks if an SGA file is encrypted
public static IsSGAFileEncrypted ( SteamGuardAccount account ) : bool
account SteamAuth.SteamGuardAccount Account to check file of
리턴 bool

SaveSGAFile() 공개 정적인 메소드

Saves a SteamGuardAccount to file in formatted json
public static SaveSGAFile ( SteamGuardAccount account ) : bool
account SteamAuth.SteamGuardAccount Account to save
리턴 bool