Метод | Описание | |
---|---|---|
Decrypt ( byte data, int customParameter ) : string | ||
DecryptCustomParameter ( byte data ) : string | ||
Encrypt ( string data ) : byte[] | ||
EncryptionBase ( bool hasCustomParameter ) : System | ||
Sha512 ( string inputString ) : string |
public abstract Decrypt ( byte data, int customParameter ) : string | ||
data | byte | |
customParameter | int | |
Результат | string |
public abstract DecryptCustomParameter ( byte data ) : string | ||
data | byte | |
Результат | string |
public abstract Encrypt ( string data ) : byte[] | ||
data | string | |
Результат | byte[] |
public EncryptionBase ( bool hasCustomParameter ) : System | ||
hasCustomParameter | bool | |
Результат | System |
public static Sha512 ( string inputString ) : string | ||
inputString | string | |
Результат | string |