EndpointIdentityExtension クラス

定義

EndpointIdentity クラスのマークアップ拡張。

public ref class EndpointIdentityExtension : System::Windows::Markup::MarkupExtension
[System.Windows.Markup.MarkupExtensionReturnType(typeof(System.ServiceModel.EndpointIdentity))]
public class EndpointIdentityExtension : System.Windows.Markup.MarkupExtension
[<System.Windows.Markup.MarkupExtensionReturnType(typeof(System.ServiceModel.EndpointIdentity))>]
type EndpointIdentityExtension = class
    inherit MarkupExtension
Public Class EndpointIdentityExtension
Inherits MarkupExtension
継承
EndpointIdentityExtension
属性

コンストラクター

名前 説明
EndpointIdentityExtension()

EndpointIdentityExtension クラスの新しいインスタンスを初期化します。

EndpointIdentityExtension(EndpointIdentity)

指定したEndpointIdentityExtensionを使用して、EndpointIdentity クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
ClaimResource

要求リソースを取得または設定します。

ClaimRight

要求権限を取得または設定します。

ClaimType

要求の種類を取得または設定します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ProvideValue(IServiceProvider)

指定したEndpointIdentityClaimを提供します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象