WsFederationOptions.RefreshOnIssuerKeyNotFound Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit si une actualisation des métadonnées doit être tentée après une exception SecurityTokenSignatureKeyNotFoundException. Cela permet la récupération automatique en cas d'une substitution de clé de signature. Cette option est activée par défaut.
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