RequestSecurityToken.Forwardable 属性
定义
获取或设置指定是否应将颁发的令牌标记为可转发的值。Gets or sets a value that specifies if the issued token should be marked forwardable.
public:
property Nullable<bool> Forwardable { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? Forwardable { get; set; }
member this.Forwardable : Nullable<bool> with get, set
Public Property Forwardable As Nullable(Of Boolean)
属性值
如果已发布标记为可向前的,则为 true;否则为 false。true if the issued token is forwardable; otherwise, false. 可以为 null。Can be null.
注解
表示 wst: Forwardable 元素的内容。Represents the contents of the wst:Forwardable element. 此可选元素指示返回的令牌是否绑定到请求者的计算机或服务 (由 false 值) 指示。This optional element indicates whether the returned token is bound to the requestor's computer or service (indicated by a false value). 此元素在 WS-Trust 1.4 中引入。This element is introduced in WS-Trust 1.4. 此属性与属性结合使用 DelegateTo 。This property used in conjunction with the DelegateTo property.