Méthode | Description | |
---|---|---|
BytesToHexString ( byte bytes ) : string | ||
CreateKey ( ) : string | ||
Decrypt ( string inputText, ISymCryptKey cryptKey ) : string | ||
Encrypt ( string inputText, ISymCryptKey cryptKey ) : string |
public static BytesToHexString ( byte bytes ) : string | ||
bytes | byte | |
Résultat | string |
public static Decrypt ( string inputText, ISymCryptKey cryptKey ) : string | ||
inputText | string | |
cryptKey | ISymCryptKey | |
Résultat | string |
public static Encrypt ( string inputText, ISymCryptKey cryptKey ) : string | ||
inputText | string | |
cryptKey | ISymCryptKey | |
Résultat | string |