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)

為指定的 EndpointIdentity 提供 Claim

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於