EndpointIdentityExtension クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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(EndpointIdentity) |
EndpointIdentityExtension を指定して、EndpointIdentity クラスの新しいインスタンスを初期化します。 |
プロパティ
ClaimResource |
クレームのリソースを取得または設定します。 |
ClaimRight |
クレーム権限を取得または設定します。 |
ClaimType |
クレームの種類を取得または設定します。 |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ProvideValue(IServiceProvider) |
指定された EndpointIdentity の Claim を提供します。 |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |