LosFormatter コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
LosFormatter クラスの新しいインスタンスを初期化します。
オーバーロード
LosFormatter() |
既定値を使用して LosFormatter クラスの新しいインスタンスを初期化します。 |
LosFormatter(Boolean, Byte[]) |
有効なフラグと MAC (Machine Authentication Code) キー修飾子を指定して、LosFormatter クラスの新しいインスタンスを初期化します。 |
LosFormatter(Boolean, String) |
有効なフラグと MAC (Machine Authentication Code) キー修飾子を指定して、LosFormatter クラスの新しいインスタンスを初期化します。 |
LosFormatter()
既定値を使用して LosFormatter クラスの新しいインスタンスを初期化します。
public:
LosFormatter();
public LosFormatter ();
Public Sub New ()
適用対象
LosFormatter(Boolean, Byte[])
有効なフラグと MAC (Machine Authentication Code) キー修飾子を指定して、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
ビューステートの MAC を有効にする場合は true
。それ以外の場合は false
。
- macKeyModifier
- Byte[]
MAC キーの修飾子。
適用対象
LosFormatter(Boolean, String)
有効なフラグと MAC (Machine Authentication Code) キー修飾子を指定して、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
ビューステートの MAC を有効にする場合は true
。それ以外の場合は false
。
- macKeyModifier
- String
MAC キーの修飾子。
適用対象
.NET