WindowsClaimSet Konstruktoren

Definition

Initialisiert eine neue Instanz der WindowsClaimSet-Klasse.

Überlädt

Name Beschreibung
WindowsClaimSet(WindowsIdentity)

Initialisiert eine neue Instanz der klasse WindowsClaimSet mithilfe der vom WindowsIdentity -Objekt angegebenen Windows Benutzeridentität.

WindowsClaimSet(WindowsIdentity, Boolean)

Initialisiert eine neue Instanz der klasse WindowsClaimSet mithilfe der vom WindowsIdentity -Objekt angegebenen Windows Benutzeridentität.

WindowsClaimSet(WindowsIdentity, DateTime)

Initialisiert eine neue Instanz der klasse WindowsClaimSet mithilfe der vom WindowsIdentity -Objekt angegebenen Windows Benutzeridentität.

WindowsClaimSet(WindowsIdentity, Boolean, DateTime)

Initialisiert eine neue Instanz der klasse WindowsClaimSet mithilfe der vom WindowsIdentity -Objekt angegebenen Windows Benutzeridentität.

WindowsClaimSet(WindowsIdentity, String, Boolean, DateTime)

Initialisiert eine neue Instanz der klasse WindowsClaimSet mithilfe der vom WindowsIdentity -Objekt angegebenen Windows Benutzeridentität.

WindowsClaimSet(WindowsIdentity)

Initialisiert eine neue Instanz der klasse WindowsClaimSet mithilfe der vom WindowsIdentity -Objekt angegebenen Windows Benutzeridentität.

public:
 WindowsClaimSet(System::Security::Principal::WindowsIdentity ^ windowsIdentity);
public WindowsClaimSet(System.Security.Principal.WindowsIdentity windowsIdentity);
new System.IdentityModel.Claims.WindowsClaimSet : System.Security.Principal.WindowsIdentity -> System.IdentityModel.Claims.WindowsClaimSet
Public Sub New (windowsIdentity As WindowsIdentity)

Parameter

windowsIdentity
WindowsIdentity

Eine WindowsIdentity, die die Windows Identität angibt.

Hinweise

Die Ansprüche, die die Windows Gruppen darstellen, zu denen dieser Benutzer gehört, werden dem Anspruchssatz hinzugefügt.

Die Ablaufzeit ist auf 10 Stunden festgelegt.

Gilt für:

WindowsClaimSet(WindowsIdentity, Boolean)

Initialisiert eine neue Instanz der klasse WindowsClaimSet mithilfe der vom WindowsIdentity -Objekt angegebenen Windows Benutzeridentität.

public:
 WindowsClaimSet(System::Security::Principal::WindowsIdentity ^ windowsIdentity, bool includeWindowsGroups);
public WindowsClaimSet(System.Security.Principal.WindowsIdentity windowsIdentity, bool includeWindowsGroups);
new System.IdentityModel.Claims.WindowsClaimSet : System.Security.Principal.WindowsIdentity * bool -> System.IdentityModel.Claims.WindowsClaimSet
Public Sub New (windowsIdentity As WindowsIdentity, includeWindowsGroups As Boolean)

Parameter

windowsIdentity
WindowsIdentity

Eine WindowsIdentity, die die Windows Identität angibt.

includeWindowsGroups
Boolean

true die Ansprüche einzufügen, die die Windows Gruppen darstellen, zu denen dieser Benutzer gehört; andernfalls false.

Hinweise

Die Ablaufzeit ist auf 10 Stunden festgelegt.

Gilt für:

WindowsClaimSet(WindowsIdentity, DateTime)

Initialisiert eine neue Instanz der klasse WindowsClaimSet mithilfe der vom WindowsIdentity -Objekt angegebenen Windows Benutzeridentität.

public:
 WindowsClaimSet(System::Security::Principal::WindowsIdentity ^ windowsIdentity, DateTime expirationTime);
public WindowsClaimSet(System.Security.Principal.WindowsIdentity windowsIdentity, DateTime expirationTime);
new System.IdentityModel.Claims.WindowsClaimSet : System.Security.Principal.WindowsIdentity * DateTime -> System.IdentityModel.Claims.WindowsClaimSet
Public Sub New (windowsIdentity As WindowsIdentity, expirationTime As DateTime)

Parameter

windowsIdentity
WindowsIdentity

Eine WindowsIdentity, die die Windows Identität angibt.

expirationTime
DateTime

Ein DateTime Wert, der die Ablaufzeit für den Anspruchssatz angibt.

Gilt für:

WindowsClaimSet(WindowsIdentity, Boolean, DateTime)

Initialisiert eine neue Instanz der klasse WindowsClaimSet mithilfe der vom WindowsIdentity -Objekt angegebenen Windows Benutzeridentität.

public:
 WindowsClaimSet(System::Security::Principal::WindowsIdentity ^ windowsIdentity, bool includeWindowsGroups, DateTime expirationTime);
public WindowsClaimSet(System.Security.Principal.WindowsIdentity windowsIdentity, bool includeWindowsGroups, DateTime expirationTime);
new System.IdentityModel.Claims.WindowsClaimSet : System.Security.Principal.WindowsIdentity * bool * DateTime -> System.IdentityModel.Claims.WindowsClaimSet
Public Sub New (windowsIdentity As WindowsIdentity, includeWindowsGroups As Boolean, expirationTime As DateTime)

Parameter

windowsIdentity
WindowsIdentity

Eine WindowsIdentity, die die Windows Identität angibt.

includeWindowsGroups
Boolean

true die Windows Gruppen einzuschließen, zu denen dieser Benutzer gehört; andernfalls false.

expirationTime
DateTime

Ein DateTime Wert, der die Ablaufzeit für den Anspruchssatz angibt.

Gilt für:

WindowsClaimSet(WindowsIdentity, String, Boolean, DateTime)

Initialisiert eine neue Instanz der klasse WindowsClaimSet mithilfe der vom WindowsIdentity -Objekt angegebenen Windows Benutzeridentität.

public:
 WindowsClaimSet(System::Security::Principal::WindowsIdentity ^ windowsIdentity, System::String ^ authenticationType, bool includeWindowsGroups, DateTime expirationTime);
public WindowsClaimSet(System.Security.Principal.WindowsIdentity windowsIdentity, string authenticationType, bool includeWindowsGroups, DateTime expirationTime);
new System.IdentityModel.Claims.WindowsClaimSet : System.Security.Principal.WindowsIdentity * string * bool * DateTime -> System.IdentityModel.Claims.WindowsClaimSet
Public Sub New (windowsIdentity As WindowsIdentity, authenticationType As String, includeWindowsGroups As Boolean, expirationTime As DateTime)

Parameter

windowsIdentity
WindowsIdentity

Eine WindowsIdentity, die die Windows Identität angibt.

authenticationType
String

Der Authentifizierungstyp für die Windows Identity.

includeWindowsGroups
Boolean

true die Windows Gruppen einzuschließen, zu denen dieser Benutzer gehört; andernfalls false.

expirationTime
DateTime

Ein DateTime Wert, der die Ablaufzeit für den Anspruchssatz angibt.

Gilt für: