Share via


SimpleWebSecurityTokenSerializer.CanWriteTokenCore(SecurityToken) Method

Definition

Determines whether this serializer can write the specified security token to XML.

protected override bool CanWriteTokenCore (System.IdentityModel.Tokens.SecurityToken token);
override this.CanWriteTokenCore : System.IdentityModel.Tokens.SecurityToken -> bool
Protected Overrides Function CanWriteTokenCore (token As SecurityToken) As Boolean

Parameters

token
SecurityToken

The SecurityToken to convert to XML.

Returns

true when the security token can be written; otherwise, false.

Applies to