Udostępnij za pośrednictwem


TrustManagerContext Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TrustManagerContext.

Przeciążenia

Nazwa Opis
TrustManagerContext()

Inicjuje nowe wystąpienie klasy TrustManagerContext.

TrustManagerContext(TrustManagerUIContext)

Inicjuje nowe wystąpienie TrustManagerContext klasy przy użyciu określonego TrustManagerUIContext obiektu.

TrustManagerContext()

Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs

Inicjuje nowe wystąpienie klasy TrustManagerContext.

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

Uwagi

W poniższej tabeli przedstawiono początkowe wartości właściwości dla nowego wystąpienia TrustManagerContext klasy.

Majątek Wartość początkowa
IgnorePersistedDecision false
KeepAlive false
NoPrompt false
Persist true
PreviousApplicationIdentity null
UIContext Run

Dotyczy

TrustManagerContext(TrustManagerUIContext)

Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs
Źródło:
TrustManagerContext.cs

Inicjuje nowe wystąpienie TrustManagerContext klasy przy użyciu określonego TrustManagerUIContext obiektu.

public:
 TrustManagerContext(System::Security::Policy::TrustManagerUIContext uiContext);
public TrustManagerContext(System.Security.Policy.TrustManagerUIContext uiContext);
new System.Security.Policy.TrustManagerContext : System.Security.Policy.TrustManagerUIContext -> System.Security.Policy.TrustManagerContext
Public Sub New (uiContext As TrustManagerUIContext)

Parametry

uiContext
TrustManagerUIContext

TrustManagerUIContext Jedna z wartości określających typ interfejsu użytkownika menedżera zaufania do użycia.

Uwagi

Ten konstruktor inicjuje właściwości do tych samych ustawień co konstruktor bez parametrów, z wyjątkiem UIContext właściwości, która jest ustawiona na wartość przekazywaną.

Dotyczy