IEndpointIdentityProvider インターフェイス

定義

エンドポイントの ID を提供します。

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

注釈

このインターフェイスは、サービス エンドポイントの既定の SecurityTokenManagers (DNS ID など) を提供するために EndpointIdentity が実装できる拡張ポイントです。 この EndpointIdentity は、サービス エンドポイントの WSDL の一部として公開されます。

メソッド

GetIdentityOfSelf(SecurityTokenRequirement)

渡されたセキュリティ トークン要件に基づいて、現在のエンドポイントの ID を取得します。

適用対象