共用方式為


WsFederationOptions.UseSecurityTokenHandlers 屬性

定義

取得或設定是否 TokenHandlersSecurityTokenHandlers 要用來驗證輸入權杖。

public bool UseSecurityTokenHandlers { get; set; }
member this.UseSecurityTokenHandlers : bool with get, set
Public Property UseSecurityTokenHandlers As Boolean

屬性值

備註

使用 TokenHandler 的優點如下:

有非同步模型。

JsonWebTokens 的預設權杖處理常式比 JsonWebTokenHandlerJwtSecurityTokenHandler

當中繼資料發佈錯誤時,能夠針對中繼資料使用 Last-Known-Good 模型來保護應用程式。

當安全性權杖為 JWT 時 SecurityTokenJwtSecurityToken ,可以使用 SecurityTokenHandlers。 使用 TokenHandlers 時, SecurityToken 當安全性權杖為 JWT 時,將會 JsonWebToken 是 。

適用於