RequestSecurityToken.Delegatable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定發出的權杖是否應該標示為可委派。
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 使用。