IEndpointIdentityProvider 接口

定义

提供终结点的标识。

public interface class IEndpointIdentityProvider
public interface IEndpointIdentityProvider
type IEndpointIdentityProvider = interface
Public Interface IEndpointIdentityProvider
派生

注解

此接口是 SecurityTokenManagers 可以实现的一个扩展性点,用于为服务终结点(例如,DNS 标识)提供默认的 EndpointIdentity。 此 EndpointIdentity 是作为服务终结点的 WSDL 的一部分发布的。

方法

GetIdentityOfSelf(SecurityTokenRequirement)

基于传入的安全令牌需求,获取当前终结点的标识。

适用于