SoftAuthorizeCheckAuthorize 方法 |
检查该注册码是否是正确的注册码
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool CheckAuthorize(
string code,
Func<string, string> encrypt
)
Public Function CheckAuthorize (
code As String,
encrypt As Func(Of String, String)
) As Boolean
public:
bool CheckAuthorize(
String^ code,
Func<String^, String^>^ encrypt
)
member CheckAuthorize :
code : string *
encrypt : Func<string, string> -> bool
参数
- code
- 类型:SystemString
注册码信息 - encrypt
- 类型:SystemFuncString, String
数据加密的方法,必须用户指定
返回值
类型:
Boolean是否注册成功
参见