点击或拖拽改变大小

SoftAuthorizeIsAuthorizeSuccess 方法

检测授权是否成功

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public bool IsAuthorizeSuccess(
	Func<string, string> encrypt
)

参数

encrypt
类型:SystemFuncString, String
数据加密的方法,必须用户指定

返回值

类型:Boolean
是否成功授权
参见