PasswordHelperAES Method (String, String) |
AES Password, Charset UTF8
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string AES(
string input,
string key
)
Public Shared Function AES (
input As String,
key As String
) As String
public:
static String^ AES(
String^ input,
String^ key
)
static member AES :
input : string *
key : string -> string
Parameters
- input
- Type: SystemString
[Missing <param name="input"/> documentation for "M:Adf.PasswordHelper.AES(System.String,System.String)"]
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.PasswordHelper.AES(System.String,System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.PasswordHelper.AES(System.String,System.String)"]
See Also