JwtBearerOptions.RefreshOnIssuerKeyNotFound 属性

定义

获取或设置在发生 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

属性值

适用于