WindowsSecurityTokenAuthenticator Classe
Definição
Usa a autenticação do Windows para autenticar o token de segurança WindowsSecurityToken.Uses Windows authentication to authenticate the WindowsSecurityToken security token.
public ref class WindowsSecurityTokenAuthenticator : System::IdentityModel::Selectors::SecurityTokenAuthenticator
public class WindowsSecurityTokenAuthenticator : System.IdentityModel.Selectors.SecurityTokenAuthenticator
type WindowsSecurityTokenAuthenticator = class
inherit SecurityTokenAuthenticator
Public Class WindowsSecurityTokenAuthenticator
Inherits SecurityTokenAuthenticator
- Herança
- Derivado
Comentários
Use a WindowsSecurityTokenAuthenticator classe para autenticar tokens de segurança que derivam de WindowsSecurityToken .Use the WindowsSecurityTokenAuthenticator class to authenticate security tokens that derive from WindowsSecurityToken.
Construtores
| WindowsSecurityTokenAuthenticator() |
Inicializa uma nova instância da classe WindowsSecurityTokenAuthenticator.Initializes a new instance of the WindowsSecurityTokenAuthenticator class. |
| WindowsSecurityTokenAuthenticator(Boolean) |
Inicializa uma nova instância da classe WindowsSecurityTokenAuthenticator especificando se os grupos aos quais o usuário do Windows pertence são adicionados à propriedade ClaimSets quando o usuário é autenticado.Initializes a new instance of the WindowsSecurityTokenAuthenticator class by specifying whether the groups that the Windows user belongs to are added to the ClaimSets property 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 pelo autenticador de token de segurança.Gets a value indicating 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. |