C# 클래스 UlteriusServer.Utilities.Files.FileManager

파일 보기 프로젝트 열기: Ulterius/server

공개 프로퍼티들

프로퍼티 타입 설명
Whitelist ApprovedFile>.ConcurrentDictionary

공개 메소드들

메소드 설명
AddFile ( SecureString password, string filePath, string fileKey ) : bool
DecryptFile ( string fileKey, byte fileData ) : bool
OnWhitelist ( string fileKey ) : bool
RemoveFile ( string fileKey ) : bool

메소드 상세

AddFile() 공개 정적인 메소드

public static AddFile ( SecureString password, string filePath, string fileKey ) : bool
password System.Security.SecureString
filePath string
fileKey string
리턴 bool

DecryptFile() 공개 정적인 메소드

public static DecryptFile ( string fileKey, byte fileData ) : bool
fileKey string
fileData byte
리턴 bool

OnWhitelist() 공개 정적인 메소드

public static OnWhitelist ( string fileKey ) : bool
fileKey string
리턴 bool

RemoveFile() 공개 정적인 메소드

public static RemoveFile ( string fileKey ) : bool
fileKey string
리턴 bool

프로퍼티 상세

Whitelist 공개적으로 정적으로 프로퍼티

public static ConcurrentDictionary Whitelist
리턴 ApprovedFile>.ConcurrentDictionary