Share via


SecurityContextSecurityTokenAuthenticator.CanValidateTokenCore メソッド

定義

指定したトークンを検証できるかどうかを示す値を取得します。

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

パラメーター

戻り値

指定したトークンを検証できる場合は true、それ以外の場合は false

適用対象