EncryptedSecurityTokenHandler.CanWriteToken Property

Definition

Gets a value that indicates whether the handler provides serialization functionality for tokens.

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 serialize tokens; otherwise, false. Always true.

Applies to