SessionSecurityTokenHandler.CanWriteToken 属性

定义

获取指示此处理程序能否写入 SessionSecurityToken 类型的标记的值。Gets a value that indicates whether this handler can write tokens of type SessionSecurityToken.

public:
 virtual property bool CanWriteToken { bool get(); };
public override bool CanWriteToken { get; }
member this.CanWriteToken : bool
Public Overrides ReadOnly Property CanWriteToken As Boolean

属性值

Boolean

如果处理程序现在可以写入类型 SessionSecurityToken 的标记,则为 true;否则为 falsetrue if the handler can write tokens of type SessionSecurityToken; otherwise, false. 总是为 trueAlways true.

适用于