KerberosSecurityTokenAuthenticator Classe

Definição

Autentica um token de segurança KerberosReceiverSecurityToken.Authenticates a KerberosReceiverSecurityToken security token.

public ref class KerberosSecurityTokenAuthenticator : System::IdentityModel::Selectors::WindowsSecurityTokenAuthenticator
public class KerberosSecurityTokenAuthenticator : System.IdentityModel.Selectors.WindowsSecurityTokenAuthenticator
type KerberosSecurityTokenAuthenticator = class
    inherit WindowsSecurityTokenAuthenticator
Public Class KerberosSecurityTokenAuthenticator
Inherits WindowsSecurityTokenAuthenticator
Herança

Comentários

Use a KerberosSecurityTokenAuthenticator classe para autenticar KerberosReceiverSecurityToken tokens de segurança.Use the KerberosSecurityTokenAuthenticator class to authenticate KerberosReceiverSecurityToken security tokens.

Construtores

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.

Métodos

CanValidateToken(SecurityToken)

Obtém um valor que indica se o token de segurança especificado pode ser validado pelo autenticador de token de segurança.Gets a value indicating whether the specified security token can be validated by this security token authenticator.

(Herdado de SecurityTokenAuthenticator)
CanValidateTokenCore(SecurityToken)

Obtém um valor que indica se o token de segurança especificado pode ser validado por este autenticador de token de segurança.Gets a value that indicates whether the specified security token can be validated by this security token authenticator.

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)
ValidateToken(SecurityToken)

Autentica o token de segurança especificado e retorna o conjunto de políticas de autorização do token de segurança.Authenticates the specified security token and returns the set of authorization policies for the security token.

(Herdado de SecurityTokenAuthenticator)
ValidateTokenCore(SecurityToken)

Autentica o token de segurança especificado e retorna o conjunto de políticas de autorização do token de segurança.Authenticates the specified security token and returns the set of authorization policies for the security token.

(Herdado de WindowsSecurityTokenAuthenticator)

Aplica-se a