ServiceCredentialsSecurityTokenManager.GetIdentityOfSelf メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セキュリティ トークン要件に基づいて、EndpointIdentity を取得します。
public:
virtual System::ServiceModel::EndpointIdentity ^ GetIdentityOfSelf(System::IdentityModel::Selectors::SecurityTokenRequirement ^ tokenRequirement);
public virtual System.ServiceModel.EndpointIdentity GetIdentityOfSelf (System.IdentityModel.Selectors.SecurityTokenRequirement tokenRequirement);
abstract member GetIdentityOfSelf : System.IdentityModel.Selectors.SecurityTokenRequirement -> System.ServiceModel.EndpointIdentity
override this.GetIdentityOfSelf : System.IdentityModel.Selectors.SecurityTokenRequirement -> System.ServiceModel.EndpointIdentity
Public Overridable Function GetIdentityOfSelf (tokenRequirement As SecurityTokenRequirement) As EndpointIdentity
パラメーター
- tokenRequirement
- SecurityTokenRequirement
セキュリティ トークン要件。
戻り値
tokenRequirement
に対応するエンドポイント ID。 tokenRequirement
から ID を作成できない場合は、null
が返されます。
実装
例外
tokenRequirement
が null
です。
注釈
このメソッドは、WCF インフラストラクチャによって呼び出され、 EndpointIdentity サービス エンドポイントに対応するメソッドを取得します。