System.ServiceModel.Security.Tokens Namespace
Lida com tokens de segurança e certificados. Deals with security tokens and certificates.
Classes
| BinarySecretSecurityToken |
Representa um token de segurança de segredo binário.Represents a binary secret security token. |
| ClaimTypeRequirement |
Especifica os tipos de declarações obrigatórias e opcionais esperados para aparecer na credencial federada.Specifies the types of required and optional claims expected to appear in the federated credential. |
| InitiatorServiceModelSecurityTokenRequirement |
Especifica requisitos de propriedade de segurança específicos para a criação de canais no WCF (Windows Communication Foundation).Specifies a security property requirements specific to channel creation in the Windows Communication Foundation (WCF). |
| IssuedSecurityTokenParameters |
Representa os parâmetros de um token de segurança emitido em um cenário de segurança federada.Represents the parameters for a security token issued in a Federated security scenario. |
| IssuedSecurityTokenProvider |
Representa um provedor de token para tokens de segurança emitidos.Represents a token provider for issued security tokens. |
| KerberosSecurityTokenParameters |
Representa os parâmetros de um token de segurança Kerberos.Represents the parameters for a Kerberos security token. |
| RecipientServiceModelSecurityTokenRequirement |
Especifica os requisitos de propriedade de segurança específicos para o serviço ouvinte no WCF (Windows Communication Foundation).Specifies security property requirements specific to the listener service in the Windows Communication Foundation (WCF). |
| RsaSecurityTokenParameters |
Representa os parâmetros de um token de segurança do RSA.Represents the parameters for an RSA security token. |
| SecureConversationSecurityTokenParameters |
Representa os parâmetros de um token de segurança de conversa segura.Represents the parameters for a secure conversation security token. |
| SecurityContextSecurityToken |
Representa o token definido pela especificação WS-SecureConversation.Represents the token defined by the WS-SecureConversation specification. |
| SecurityContextSecurityTokenAuthenticator |
Valida os tokens e extrai as declarações.Validates tokens and extracts claims. |
| SecurityContextSecurityTokenResolver |
Resolve os tokens de contexto de segurança.Resolves security context tokens. |
| SecurityTokenParameters |
Especifica uma classe |
| ServiceModelSecurityTokenRequirement |
Uma classe abstrata que quando implementada especifica os requisitos de propriedade de segurança do token sendo solicitado ou autenticado específicos para o WCF (Windows Communication Foundation).An abstract class that when implemented specifies security property requirements of the token being requested or authenticated that are specific to Windows Communication Foundation (WCF). O gerenciador de token de segurança cria provedores de token de segurança e autenticadores de token de segurança que são usados pelo processador de segurança do WCF com base no requisito de token.The security token manager constructs security token providers and security token authenticators that are used by the WCF security processor based on the token requirement. |
| ServiceModelSecurityTokenTypes |
Representa os tipos de tokens de segurança reconhecidos por WCF.Represents the types of security tokens recognized by WCF. |
| SslSecurityTokenParameters |
Representa os parâmetros para o token de segurança SSL obtido ao fazer o protocolo SSL de nível SOAP com o servidor.Represents the parameters for an SSL security token that is obtained when doing the SOAP-level SSL protocol with the server. |
| SspiSecurityToken |
Representa um token de segurança SSPI.Represents an SSPI security token. |
| SspiSecurityTokenParameters |
Representa os parâmetros para um token de segurança SSPI obtido durante o protocolo SPNEGO de nível SOAP com o servidor.Represents the parameters for an SSPI security token that is obtained during the SOAP-level SPNEGO protocol with the server. |
| SupportingTokenParameters |
Representa os parâmetros para dar suporte a tokens de segurança necessários para o elemento de associação de segurança.Represents the parameters for supporting security tokens required by the security binding element. |
| UserNameSecurityTokenParameters |
Representa os parâmetros de um token de segurança do nome de usuário.Represents the parameters for a user name security token. |
| WrappedKeySecurityToken |
Representa um token de segurança cuja chave é encapsulada dentro de outro token.Represents a security token whose key is wrapped inside another token. |
| X509SecurityTokenParameters |
Representa os parâmetros de um token de segurança do X.509.Represents the parameters for an X.509 security token. |
Interfaces
| IIssuanceSecurityTokenAuthenticator |
Especifica o contrato que deve ser implementado por um autenticador de token de segurança personalizado que emite tokens para o cliente.Specifies the contract that should be implemented by a custom security token authenticator that issues tokens to the client. |
| ILogonTokenCacheManager |
Essa interface permite que um aplicativo limpe o cache de token do Windows sob demanda.This interface enables an application to clear the Windows token cache on demand. |
| ISecurityContextSecurityTokenCache |
Quando implementada, essa interface especifica um contrato para um cache de token de contexto de segurança.When implemented, this interface specifies a contract for a security context token cache. |
Enumerações
| SecurityTokenInclusionMode |
Uma lista dos requisitos de inclusão de token para mensagens.A list of token inclusion requirements for messages. |
| SecurityTokenReferenceStyle |
Esta enumeração define o estilo de referência desejado que é usado para gerar STRs (referências de token de segurança) como os tokens de segurança dos elementos de assinatura e de criptografia na mensagem.This enumeration sets the desired referencing style that is used to generate security token references (STR) to the security tokens from the signature and encryption elements in the message. |
| X509KeyIdentifierClauseType |
Uma enumeração que lista os possíveis tipos de cláusulas de identificador de chave do X.509.An enumeration listing the possible types of X.509 key identifier clauses. |
Delegados
| IssuedSecurityTokenHandler |
Este delegado aponta para um método que, quando implementado, será chamado pelos Autenticadores antes que o token seja emitido para o cliente.This delegate points to a method that when implemented will be called by the Authenticators before the token is issued to the client. |
| RenewedSecurityTokenHandler |
O delegado, quando implementado, é chamado antes de um token renovado ser retornado ao cliente.The delegate when implemented is called before a renewed token is returned to the client. |