Property | Type | Description | |
---|---|---|---|
Id | string | ||
Key | string |
Method | Description | |
---|---|---|
AcdEncryption ( string id ) : System | ||
CreateKey ( string s ) : string | ||
Decrypt ( int data, int position ) : byte | ||
Decrypt ( byte data ) : void | ||
Encrypt ( byte data, int position ) : int | ||
Encrypt ( byte data ) : void | ||
FromAcdFilename ( string acdFilename ) : |
public static CreateKey ( string s ) : string | ||
s | string | |
return | string |
public Decrypt ( int data, int position ) : byte | ||
data | int | |
position | int | |
return | byte |
public Encrypt ( byte data, int position ) : int | ||
data | byte | |
position | int | |
return | int |
public static FromAcdFilename ( string acdFilename ) : |
||
acdFilename | string | |
return |