类库说明文档
EncryptHelperSHA1Encrypt Method (String) |
SHA1加密
Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string SHA1Encrypt( string input )
Parameters
- input
- Type: SystemString
字符串
Return Value
Type: String加密后的字符串
See Also