StaticConfigurationManager<T>.GetBaseConfigurationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains an updated version of Configuration.
public override System.Threading.Tasks.Task<Microsoft.IdentityModel.Tokens.BaseConfiguration> GetBaseConfigurationAsync (System.Threading.CancellationToken cancel);
override this.GetBaseConfigurationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.IdentityModel.Tokens.BaseConfiguration>
Public Overrides Function GetBaseConfigurationAsync (cancel As CancellationToken) As Task(Of BaseConfiguration)
Parameters
- cancel
- CancellationToken
Returns
Configuration of type T.