共用方式為


RequestSecurityToken.Delegatable 屬性

定義

取得或設定值,指定發出的權杖是否應該標示為可委派。

public:
 property Nullable<bool> Delegatable { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? Delegatable { get; set; }
member this.Delegatable : Nullable<bool> with get, set
Public Property Delegatable As Nullable(Of Boolean)

屬性值

如果發出的權杖為可委派,則為 true,否則為 false。 可以是 null

備註

表示 wst:Delegatable 元素的內容。 這個選擇性元素表示傳回的令牌可能可委派給另一方。 此元素是在 WS-Trust 1.4 中引進。 這個屬性與 屬性搭配 DelegateTo 使用。

適用於