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)

適用対象