EncrypterDecryptAES Method (String) |
解密-AES方式
Namespace: X3Platform.SecurityAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string DecryptAES(
string text
)
public:
static String^ DecryptAES(
String^ text
)
Parameters
- text
- Type: SystemString
文本
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Security.Encrypter.DecryptAES(System.String)"]
See Also