Click or drag to resize
EncrypterEncryptSHA1 Method (String, CiphertextFormat)
加密-SHA1方式

Namespace: X3Platform.Security
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string EncryptSHA1(
	string text,
	CiphertextFormat format
)

Parameters

text
Type: SystemString
文本
format
Type: X3Platform.SecurityCiphertextFormat
密文格式

Return Value

Type: String
加密后的文本
See Also