Share via


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

适用于