LosFormatter 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 LosFormatter 类的新实例。
重载
LosFormatter() |
使用默认值初始化 LosFormatter 类的新实例。 |
LosFormatter(Boolean, Byte[]) |
使用指定的启用标志和计算机验证代码 (MAC) 键修饰符初始化 LosFormatter 类的新实例。 |
LosFormatter(Boolean, String) |
使用指定的启用标志和计算机验证代码 (MAC) 键修饰符初始化 LosFormatter 类的新实例。 |
LosFormatter()
LosFormatter(Boolean, Byte[])
使用指定的启用标志和计算机验证代码 (MAC) 键修饰符初始化 LosFormatter 类的新实例。
public:
LosFormatter(bool enableMac, cli::array <System::Byte> ^ macKeyModifier);
public LosFormatter (bool enableMac, byte[] macKeyModifier);
new System.Web.UI.LosFormatter : bool * byte[] -> System.Web.UI.LosFormatter
Public Sub New (enableMac As Boolean, macKeyModifier As Byte())
参数
- enableMac
- Boolean
true
表示启用视图状态 MAC;否则,为 false
。
- macKeyModifier
- Byte[]
MAC 键的修饰符。
适用于
LosFormatter(Boolean, String)
使用指定的启用标志和计算机验证代码 (MAC) 键修饰符初始化 LosFormatter 类的新实例。
public:
LosFormatter(bool enableMac, System::String ^ macKeyModifier);
public LosFormatter (bool enableMac, string macKeyModifier);
new System.Web.UI.LosFormatter : bool * string -> System.Web.UI.LosFormatter
Public Sub New (enableMac As Boolean, macKeyModifier As String)
参数
- enableMac
- Boolean
true
表示启用视图状态 MAC;否则,为 false
。
- macKeyModifier
- String
MAC 键的修饰符。