WindowsClaimSet Construtores

Definição

Inicializa uma nova instância da classe WindowsClaimSet.Initializes a new instance of the WindowsClaimSet class.

Sobrecargas

WindowsClaimSet(WindowsIdentity)

Inicializa uma nova instância da classe WindowsClaimSet usando a identidade de usuário do Windows especificada pelo objeto WindowsIdentity.Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

WindowsClaimSet(WindowsIdentity, Boolean)

Inicializa uma nova instância da classe WindowsClaimSet usando a identidade de usuário do Windows especificada pelo objeto WindowsIdentity.Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

WindowsClaimSet(WindowsIdentity, DateTime)

Inicializa uma nova instância da classe WindowsClaimSet usando a identidade de usuário do Windows especificada pelo objeto WindowsIdentity.Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

WindowsClaimSet(WindowsIdentity, Boolean, DateTime)

Inicializa uma nova instância da classe WindowsClaimSet usando a identidade de usuário do Windows especificada pelo objeto WindowsIdentity.Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

WindowsClaimSet(WindowsIdentity, String, Boolean, DateTime)

Inicializa uma nova instância da classe WindowsClaimSet usando a identidade de usuário do Windows especificada pelo objeto WindowsIdentity.Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

WindowsClaimSet(WindowsIdentity)

Inicializa uma nova instância da classe WindowsClaimSet usando a identidade de usuário do Windows especificada pelo objeto WindowsIdentity.Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

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

Parâmetros

windowsIdentityidentity
WindowsIdentity

Uma WindowsIdentity que especifica a identidade do Windows.A WindowsIdentity that specifies the Windows identity.

Comentários

As declarações que representam os grupos do Windows aos quais esse usuário pertence são adicionadas ao conjunto de declarações.The claims representing the Windows groups to which this user belongs are added to the claim set.

O tempo de expiração é definido como 10 horas.The expiration time is set to 10 hours.

Aplica-se a

WindowsClaimSet(WindowsIdentity, Boolean)

Inicializa uma nova instância da classe WindowsClaimSet usando a identidade de usuário do Windows especificada pelo objeto WindowsIdentity.Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

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

Parâmetros

windowsIdentityidentity
WindowsIdentity

Uma WindowsIdentity que especifica a identidade do Windows.A WindowsIdentity that specifies the Windows identity.

includeWindowsGroups
Boolean

true para incluir as declarações que representam os grupos do Windows aos quais esse usuário pertence, caso contrário, false.true to include the claims representing the Windows groups to which this user belongs; otherwise, false.

Comentários

O tempo de expiração é definido como 10 horas.The expiration time is set to 10 hours.

Aplica-se a

WindowsClaimSet(WindowsIdentity, DateTime)

Inicializa uma nova instância da classe WindowsClaimSet usando a identidade de usuário do Windows especificada pelo objeto WindowsIdentity.Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

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

Parâmetros

windowsIdentityidentity
WindowsIdentity

Uma WindowsIdentity que especifica a identidade do Windows.A WindowsIdentity that specifies the Windows identity.

expirationTime
DateTime

Um DateTime que especifica o tempo de expiração para o conjunto de declarações.A DateTime that specifies the expiration time for the claim set.

Aplica-se a

WindowsClaimSet(WindowsIdentity, Boolean, DateTime)

Inicializa uma nova instância da classe WindowsClaimSet usando a identidade de usuário do Windows especificada pelo objeto WindowsIdentity.Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

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

Parâmetros

windowsIdentityidentity
WindowsIdentity

Uma WindowsIdentity que especifica a identidade do Windows.A WindowsIdentity that specifies the Windows identity.

includeWindowsGroups
Boolean

true para incluir os grupos do Windows aos quais esse usuário pertence, caso contrário, false.true to include the Windows groups to which this user belongs; otherwise, false.

expirationTime
DateTime

Um DateTime que especifica o tempo de expiração para o conjunto de declarações.A DateTime that specifies the expiration time for the claim set.

Aplica-se a

WindowsClaimSet(WindowsIdentity, String, Boolean, DateTime)

Inicializa uma nova instância da classe WindowsClaimSet usando a identidade de usuário do Windows especificada pelo objeto WindowsIdentity.Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

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)

Parâmetros

windowsIdentity
WindowsIdentity

Uma WindowsIdentity que especifica a identidade do Windows.A WindowsIdentity that specifies the Windows identity.

authenticationType
String

O tipo de autenticação da identidade do Windows.The authentication type for the Windows Identity.

includeWindowsGroups
Boolean

true para incluir os grupos do Windows aos quais esse usuário pertence, caso contrário, false.true to include the Windows groups to which this user belongs; otherwise, false.

expirationTime
DateTime

Um DateTime que especifica o tempo de expiração para o conjunto de declarações.A DateTime that specifies the expiration time for the claim set.

Aplica-se a