BaseConfigurationManager Constructors
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.
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.