MembershipUserNameSecurityTokenHandler.CanValidateToken Property

Definition

Gets a value that indicates whether the current instance can validate security tokens of type UserNameSecurityToken. Always true.

public:
 virtual property bool CanValidateToken { bool get(); };
public override bool CanValidateToken { get; }
member this.CanValidateToken : bool
Public Overrides ReadOnly Property CanValidateToken As Boolean

Property Value

true if the token handler can validate user name security tokens; otherwise, false. Always true.

Applies to