BaseConfigurationManager Constructors

Definition

Overloads

BaseConfigurationManager()

Initializes a new instance of the BaseConfigurationManager class.

BaseConfigurationManager(LKGConfigurationCacheOptions)

Initializes a new instance of the BaseConfigurationManager class.

BaseConfigurationManager()

Initializes a new instance of the BaseConfigurationManager class.

public BaseConfigurationManager ();
Public Sub New ()

Applies to

BaseConfigurationManager(LKGConfigurationCacheOptions)

Initializes a new instance of the BaseConfigurationManager class.

public BaseConfigurationManager (Microsoft.IdentityModel.Tokens.Configuration.LKGConfigurationCacheOptions options);
new Microsoft.IdentityModel.Tokens.BaseConfigurationManager : Microsoft.IdentityModel.Tokens.Configuration.LKGConfigurationCacheOptions -> Microsoft.IdentityModel.Tokens.BaseConfigurationManager
Public Sub New (options As LKGConfigurationCacheOptions)

Parameters

options
LKGConfigurationCacheOptions

The event queue task creation option.

Applies to