IEndpointIdentityProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供终结点的标识。
public interface class IEndpointIdentityProvider
public interface IEndpointIdentityProvider
type IEndpointIdentityProvider = interface
Public Interface IEndpointIdentityProvider
- 派生
注解
此接口是 SecurityTokenManagers
可以实现的一个扩展性点,用于为服务终结点(例如,DNS 标识)提供默认的 EndpointIdentity。 此 EndpointIdentity 是作为服务终结点的 WSDL 的一部分发布的。
方法
GetIdentityOfSelf(SecurityTokenRequirement) |
基于传入的安全令牌需求,获取当前终结点的标识。 |