SessionSecurityTokenHandler.CanWriteToken Property

Definition

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

Property Value

true if the handler can write tokens of type SessionSecurityToken; otherwise, false. Always true.

Applies to