JwtBearerOptions.RefreshOnIssuerKeyNotFound 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在发生 SecurityTokenSignatureKeyNotFoundException 后是否应尝试刷新元数据。 如果是,则在发生签名密钥滚动更新的情况下可以执行自动发现。 此项已默认启用。
public:
property bool RefreshOnIssuerKeyNotFound { bool get(); void set(bool value); };
public bool RefreshOnIssuerKeyNotFound { get; set; }
member this.RefreshOnIssuerKeyNotFound : bool with get, set
Public Property RefreshOnIssuerKeyNotFound As Boolean