实例化授权注册窗口
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public FormAuthorize(
SoftAuthorize authorize,
string aboutCode,
Func<string, string> encrypt
)
Public Sub New (
authorize As SoftAuthorize,
aboutCode As String,
encrypt As Func(Of String, String)
)
public:
FormAuthorize(
SoftAuthorize^ authorize,
String^ aboutCode,
Func<String^, String^>^ encrypt
)
new :
authorize : SoftAuthorize *
aboutCode : string *
encrypt : Func<string, string> -> FormAuthorize
参数
- authorize
- 类型:HslCommunication.BasicFrameworkSoftAuthorize
[缺少 "M:HslCommunication.BasicFramework.FormAuthorize.#ctor(HslCommunication.BasicFramework.SoftAuthorize,System.String,System.Func{System.String,System.String})" 的 <param name="authorize"/> 文档]
- aboutCode
- 类型:SystemString
提示关于怎么获取注册码的信息 - encrypt
- 类型:SystemFuncString, String
加密的方法
参见