Saml2SecurityTokenHandler.CanWriteToken Property

Definition

Gets a value that indicates whether this handler can serialize tokens of type Saml2SecurityToken.

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; which indicates that the handler can serialize tokens of type Saml2SecurityToken.

Remarks

This method overrides the base class method and always returns true.

Applies to