SamlSecurityTokenAuthenticator Classe
Definição
Autentica um token de segurança SamlSecurityToken.Authenticates a SamlSecurityToken security token.
public ref class SamlSecurityTokenAuthenticator : System::IdentityModel::Selectors::SecurityTokenAuthenticator
public class SamlSecurityTokenAuthenticator : System.IdentityModel.Selectors.SecurityTokenAuthenticator
type SamlSecurityTokenAuthenticator = class
inherit SecurityTokenAuthenticator
Public Class SamlSecurityTokenAuthenticator
Inherits SecurityTokenAuthenticator
- Herança
Comentários
Use a SamlSecurityTokenAuthenticator classe para autenticar SamlSecurityToken tokens de segurança.Use the SamlSecurityTokenAuthenticator class to authenticate SamlSecurityToken security tokens.
Construtores
| SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>) |
Inicializa uma nova instância da classe SamlSecurityTokenAuthenticator usando o conjunto de autenticadores especificado.Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators. |
| SamlSecurityTokenAuthenticator(IList<SecurityTokenAuthenticator>, TimeSpan) |
Inicializa uma nova instância da classe SamlSecurityTokenAuthenticator usando o conjunto de autenticadores especificado e a diferença máxima permitida entre os relógios do remetente e do destinatário.Initializes a new instance of the SamlSecurityTokenAuthenticator class using the specified set of authenticators and the maximum allowable difference between the sender's and receiver's clocks. |
Propriedades
| AllowedAudienceUris |
Obtém o conjunto de URIs de destino para os quais o token de segurança SamlSecurityToken pode ser direcionado para ser considerado válido por esta instância de SamlSecurityTokenAuthenticator.Gets the set of target URIs for which the SamlSecurityToken security token can be targeted for to be considered valid by this SamlSecurityTokenAuthenticator instance. |
| AudienceUriMode |
Obtém ou define um AudienceUriMode que especifica se a SamlAudienceRestrictionCondition do token de segurança SamlSecurityToken deve ser validada.Gets or sets an AudienceUriMode that specifies whether the SamlSecurityToken security token's SamlAudienceRestrictionCondition should be validated. |
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) |
| ResolveClaimSet(SecurityKeyIdentifier) |
Resolve a identidade associada ao identificador de chave especificado usando os autenticadores de segurança de suporte que foram fornecidos quando a instância de SamlSecurityTokenAuthenticator foi criada e retorna-a como um ClaimSet.Resolves the identity associated with the specified key identifier using the supporting security authenticators provided when the SamlSecurityTokenAuthenticator instance was created and returns it as a ClaimSet. |
| ResolveClaimSet(SecurityToken) |
Resolve a identidade associada ao token de segurança especificado usando os autenticadores de token de suporte que foram fornecidos quando a instância de SamlSecurityTokenAuthenticator foi criada e retorna-a como um ClaimSet.Resolves the identity associated with the specified security token using the supporting token authenticators provided when the SamlSecurityTokenAuthenticator instance was created and returns it as a ClaimSet. |
| ResolveIdentity(SecurityKeyIdentifier) |
Resolve a identidade associada ao identificador de chave especificado usando os autenticadores de token de segurança de suporte que foram fornecidos quando a instância de SamlSecurityTokenAuthenticator foi criada e retorna-a como uma IIdentity.Resolves the identity associated with the specified key identifier using the supporting security token authenticators provided when the SamlSecurityTokenAuthenticator instance was created and returns it as an IIdentity. |
| ResolveIdentity(SecurityToken) |
Resolve a identidade associada ao token de segurança especificado usando os autenticadores de token de segurança de suporte que foram fornecidos quando a instância de SamlSecurityTokenAuthenticator foi criada e retorna-a como uma IIdentity.Resolves the identity associated with the specified security token using the supporting security token authenticators provided when the SamlSecurityTokenAuthenticator instance was created and returns it as an IIdentity. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
| ValidateAudienceRestriction(SamlAudienceRestrictionCondition) |
Valida que o token de segurança SamlSecurityToken foi criado para esse serviço Web.Validates that the SamlSecurityToken security token was intended for this Web service. |
| 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. |