MembershipUserNameSecurityTokenHandler.CanValidateToken Property        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : boolPublic Overrides ReadOnly Property CanValidateToken As BooleanProperty Value
true if the token handler can validate user name security tokens; otherwise, false. Always true.