Property | Type | Description | |
---|---|---|---|
Whitelist | ApprovedFile>.ConcurrentDictionary |
Method | Description | |
---|---|---|
AddFile ( |
||
DecryptFile ( string fileKey, byte fileData ) : bool | ||
OnWhitelist ( string fileKey ) : bool | ||
RemoveFile ( string fileKey ) : bool |
public static AddFile ( |
||
password | ||
filePath | string | |
fileKey | string | |
return | bool |
public static DecryptFile ( string fileKey, byte fileData ) : bool | ||
fileKey | string | |
fileData | byte | |
return | bool |
public static OnWhitelist ( string fileKey ) : bool | ||
fileKey | string | |
return | bool |
public static RemoveFile ( string fileKey ) : bool | ||
fileKey | string | |
return | bool |