IEndpointIdentityProvider Interface
Definição
Fornece a identidade de um ponto de extremidade.Provides the identity of an endpoint.
public interface class IEndpointIdentityProvider
public interface IEndpointIdentityProvider
type IEndpointIdentityProvider = interface
Public Interface IEndpointIdentityProvider
- Derivado
Comentários
Essa interface é um ponto de extensibilidade que SecurityTokenManagers pode ser implementado para fornecer um padrão EndpointIdentity para o ponto de extremidade de serviço (por exemplo, uma identidade de DNS).This interface is an extensibility point that SecurityTokenManagers can implement to provide a default EndpointIdentity for the service endpoint (for example, a DNS identity). Isso EndpointIdentity é publicado como parte do WSDL para o ponto de extremidade de serviço.This EndpointIdentity is published as part of the WSDL for the service endpoint.
Métodos
| GetIdentityOfSelf(SecurityTokenRequirement) |
Obtém a identidade do ponto de extremidade atual, com base nos requisitos de token de segurança passados.Gets the identity of the current endpoint, based on the security token requirements passed in. |