다음을 통해 공유


LosFormatter 생성자

정의

LosFormatter 클래스의 새 인스턴스를 초기화합니다.

오버로드

LosFormatter()

기본값을 사용하여 LosFormatter 클래스의 새 인스턴스를 초기화합니다.

LosFormatter(Boolean, Byte[])

지정된 활성화 플래그 및 MAC(컴퓨터 인증 코드) 키 한정자를 사용하여 LosFormatter 클래스의 새 인스턴스를 초기화합니다.

LosFormatter(Boolean, String)

지정된 활성화 플래그 및 MAC(컴퓨터 인증 코드) 키 한정자를 사용하여 LosFormatter 클래스의 새 인스턴스를 초기화합니다.

LosFormatter()

기본값을 사용하여 LosFormatter 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

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

뷰 상태 MAC을 활성화하면 true이고, 그렇지 않으면 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

뷰 상태 MAC을 활성화하면 true이고, 그렇지 않으면 false입니다.

macKeyModifier
String

MAC 키의 한정자입니다.

적용 대상