EncrypterEncryptDES Method (String) |
加密-DES方式
Namespace: X3Platform.SecurityAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string EncryptDES(
string text
)
public:
static String^ EncryptDES(
String^ text
)
Parameters
- text
- Type: SystemString
文本
Return Value
Type:
String加密后的文本
See Also