KerberosSecurityTokenAuthenticator Construtores

Definição

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

Sobrecargas

KerberosSecurityTokenAuthenticator()

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

KerberosSecurityTokenAuthenticator(Boolean)

Inicializa uma nova instância da classe KerberosSecurityTokenAuthenticator especificando se os grupos aos quais o usuário do Windows pertence são obtidos quando o usuário é autenticado.Initializes a new instance of the KerberosSecurityTokenAuthenticator class by specifying whether the groups that the Windows user belongs to are obtained when the user is authenticated.

KerberosSecurityTokenAuthenticator()

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

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

Comentários

Quando o usuário é autenticado, as declarações são adicionadas para identificar os grupos aos quais o usuário do Windows pertence.When the user is authenticated the claims are added to identify the groups that the Windows user belongs to.

Aplica-se a

KerberosSecurityTokenAuthenticator(Boolean)

Inicializa uma nova instância da classe KerberosSecurityTokenAuthenticator especificando se os grupos aos quais o usuário do Windows pertence são obtidos quando o usuário é autenticado.Initializes a new instance of the KerberosSecurityTokenAuthenticator class by specifying whether the groups that the Windows user belongs to are obtained when the user is authenticated.

public:
 KerberosSecurityTokenAuthenticator(bool includeWindowsGroups);
public KerberosSecurityTokenAuthenticator (bool includeWindowsGroups);
new System.IdentityModel.Selectors.KerberosSecurityTokenAuthenticator : bool -> System.IdentityModel.Selectors.KerberosSecurityTokenAuthenticator
Public Sub New (includeWindowsGroups As Boolean)

Parâmetros

includeWindowsGroups
Boolean

true para obter os grupos aos quais o usuário do Windows pertence; caso contrário, false.true to get the groups the Windows user belongs to; otherwise, false.

Aplica-se a