LosFormatter 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 키의 한정자입니다.