EncrypterEncryptAES Method (String, String, String) |
加密-AES方式
Namespace: X3Platform.SecurityAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string EncryptAES(
string text,
string key,
string iv
)
public:
static String^ EncryptAES(
String^ text,
String^ key,
String^ iv
)
Parameters
- text
- Type: SystemString
文本 - key
- Type: SystemString
密钥 - iv
- Type: SystemString
初始化向量
Return Value
Type:
String加密后的文本
See Also