LosFormatter Constructors

Definitie

Initialiseert een nieuw exemplaar van de LosFormatter klasse.

Overloads

Name Description
LosFormatter()

Initialiseert een nieuw exemplaar van de LosFormatter klasse met behulp van standaardwaarden.

LosFormatter(Boolean, Byte[])

Initialiseert een nieuw exemplaar van de LosFormatter klasse met behulp van de opgegeven activeringsvlag en mac-sleutelaanpassingscode (Machine Authentication Code).

LosFormatter(Boolean, String)

Initialiseert een nieuw exemplaar van de LosFormatter klasse met behulp van de opgegeven activeringsvlag en mac-sleutelaanpassingscode (Machine Authentication Code).

LosFormatter()

Initialiseert een nieuw exemplaar van de LosFormatter klasse met behulp van standaardwaarden.

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

Van toepassing op

LosFormatter(Boolean, Byte[])

Initialiseert een nieuw exemplaar van de LosFormatter klasse met behulp van de opgegeven activeringsvlag en mac-sleutelaanpassingscode (Machine Authentication Code).

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())

Parameters

enableMac
Boolean

true om weergavestatus MAC in te schakelen; anders, false.

macKeyModifier
Byte[]

De wijzigingsfunctie voor de MAC-sleutel.

Van toepassing op

LosFormatter(Boolean, String)

Initialiseert een nieuw exemplaar van de LosFormatter klasse met behulp van de opgegeven activeringsvlag en mac-sleutelaanpassingscode (Machine Authentication Code).

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)

Parameters

enableMac
Boolean

true om weergavestatus MAC in te schakelen; anders, false.

macKeyModifier
String

De wijzigingsfunctie voor de MAC-sleutel.

Van toepassing op