Click or drag to resize
AESHelperEncrypt Method (String, String)
AES 加密

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string Encrypt(
	string input,
	string key
)

Parameters

input
Type: SystemString

[Missing <param name="input"/> documentation for "M:Adf.AESHelper.Encrypt(System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Adf.AESHelper.Encrypt(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.AESHelper.Encrypt(System.String,System.String)"]

See Also