LosFormatter 생성자

정의

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

오버로드

Name Description
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

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 키의 한정자입니다.

적용 대상