RequestSecurityToken.Delegatable 属性

定义

获取或设置指定是否应将颁发的令牌标记为可委派的值。Gets or sets a value that specifies if the issued token should be marked as 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)

属性值

Nullable<Boolean>

如果已发布标记为可委托,则为 true;否则为 falsetrue if the issued token is delegatable; otherwise, false. 可以为 nullCan be null.

注解

表示 wst: Delegatable 元素的内容。Represents the contents of the wst:Delegatable element. 此可选元素指示返回的令牌可能 delegatable 到另一方。This optional element indicates that the returned token may be delegatable to another party. 此元素在 WS-Trust 1.4 中引入。This element is introduced in WS-Trust 1.4. 此属性与属性结合使用 DelegateToThis property used in conjunction with the DelegateTo property.

适用于