SoftAuthorizeIsAuthorizeSuccess 方法 |
检测授权是否成功
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsAuthorizeSuccess(
Func<string, string> encrypt
)
Public Function IsAuthorizeSuccess (
encrypt As Func(Of String, String)
) As Boolean
public:
bool IsAuthorizeSuccess(
Func<String^, String^>^ encrypt
)
member IsAuthorizeSuccess :
encrypt : Func<string, string> -> bool
参数
- encrypt
- 类型:SystemFuncString, String
数据加密的方法,必须用户指定
返回值
类型:
Boolean是否成功授权
参见