OpenIdConnectOptions.AutomaticRefreshInterval Propiedad

Definición

Obtiene o establece la frecuencia con la que debe producirse una actualización automática de metadatos.

public:
 property TimeSpan AutomaticRefreshInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan AutomaticRefreshInterval { get; set; }
member this.AutomaticRefreshInterval : TimeSpan with get, set
Public Property AutomaticRefreshInterval As TimeSpan

Valor de propiedad

TimeSpan

Tiene como valor predeterminado DefaultAutomaticRefreshInterval.

Se aplica a