Click or drag to resize
AESHelperDecryptUrl Method (String)
AES 解密(注意,只能对用EncryptUrl方法进行加密的字符串使用)

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

Parameters

input
Type: SystemString

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

Return Value

Type: String

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

See Also