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