JwtBearerOptions.UseSecurityTokenValidators 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定是否 TokenHandlersSecurityTokenValidators 要用來驗證輸入權杖。
public bool UseSecurityTokenValidators { get; set; }
member this.UseSecurityTokenValidators : bool with get, set
Public Property UseSecurityTokenValidators As Boolean
屬性值
備註
使用 TokenHandlers 的優點如下:
有非同步模型。
預設權杖處理常式是 JsonWebTokenHandler 比 快的 JwtSecurityTokenHandler 。
當中繼資料發佈錯誤時,能夠針對中繼資料使用 Last-Known-Good 模型來保護應用程式。
當需要 JwtSecurityToken 時 SecurityToken ,可以使用 SecurityTokenValidators。 使用 TokenHandlers 時, SecurityToken 會是 JsonWebToken 。