IEndpointIdentityProvider インターフェイス

定義

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

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

注釈

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

メソッド

名前 説明
GetIdentityOfSelf(SecurityTokenRequirement)

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

適用対象