Rediger

Del via


SamlSecurityTokenHandler.CanWriteToken Property

Definition

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

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 SamlSecurityToken.

Remarks

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

Applies to