SecurityBindingElement.ProtectTokens 属性

定义

获取或设置安全绑定元素是否保护令牌。

public:
 property bool ProtectTokens { bool get(); void set(bool value); };
public bool ProtectTokens { get; set; }
member this.ProtectTokens : bool with get, set
Public Property ProtectTokens As Boolean

属性值

Boolean

如果安全绑定元素保护标记,则为 true;否则为 false

适用于