共用方式為


LosFormatter 建構函式

定義

初始化 LosFormatter 類別的新執行個體。

多載

LosFormatter()

使用預設值,初始化 LosFormatter 類別的新執行個體。

LosFormatter(Boolean, Byte[])

使用指定的啟用旗標和機器驗證程式碼 (Machine Authentication Code,MAC) 金鑰修飾詞 (Modifier),初始化 LosFormatter 類別的新執行個體。

LosFormatter(Boolean, String)

使用指定的啟用旗標和機器驗證程式碼 (Machine Authentication Code,MAC) 金鑰修飾詞 (Modifier),初始化 LosFormatter 類別的新執行個體。

LosFormatter()

使用預設值,初始化 LosFormatter 類別的新執行個體。

public:
 LosFormatter();
public LosFormatter ();
Public Sub New ()

適用於

LosFormatter(Boolean, Byte[])

使用指定的啟用旗標和機器驗證程式碼 (Machine Authentication Code,MAC) 金鑰修飾詞 (Modifier),初始化 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)

使用指定的啟用旗標和機器驗證程式碼 (Machine Authentication Code,MAC) 金鑰修飾詞 (Modifier),初始化 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 金鑰的修飾詞。

適用於