WsFederationAuthenticationOptions.RefreshOnIssuerKeyNotFound Property

 

Gets or sets if a metadata refresh should be attempted after a SecurityTokenSignatureKeyNotFoundException. This allows for automatic recovery in the event of a signature key rollover. This is enabled by default.

Namespace:   Microsoft.Owin.Security.WsFederation
Assembly:  Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)

Syntax

public bool RefreshOnIssuerKeyNotFound { get; set; }
public:
property bool RefreshOnIssuerKeyNotFound {
    bool get();
    void set(bool value);
}
member RefreshOnIssuerKeyNotFound : bool with get, set
Public Property RefreshOnIssuerKeyNotFound As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace

Return to top