JwtBearerOptions.MapInboundClaims 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 MapInboundClaims SecurityTokenValidators 中預設實例 JwtSecurityTokenHandler 上的 屬性,或在 JsonWebTokenHandler TokenHandlers 中,用於判斷驗證 或 JsonWebToken 時 JwtSecurityToken 是否要對應擷取的宣告類型。
如果此設定為 true,則宣告類型會在使用此對應進行翻譯之後,設定為 JSON 宣告 'name'。 否則,不會發生任何對應。
預設值為 true。
public:
property bool MapInboundClaims { bool get(); void set(bool value); };
public bool MapInboundClaims { get; set; }
member this.MapInboundClaims : bool with get, set
Public Property MapInboundClaims As Boolean