ConfigurationCredentialProvider Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| ConfigurationCredentialProvider() |
Initialiseert een nieuw exemplaar van de ConfigurationCredentialProvider klasse. |
| ConfigurationCredentialProvider(IConfiguration) |
Initialiseert een nieuw exemplaar van de ConfigurationCredentialProvider klasse. |
ConfigurationCredentialProvider()
Initialiseert een nieuw exemplaar van de ConfigurationCredentialProvider klasse.
public ConfigurationCredentialProvider();
Public Sub New ()
Van toepassing op
ConfigurationCredentialProvider(IConfiguration)
Initialiseert een nieuw exemplaar van de ConfigurationCredentialProvider klasse.
public ConfigurationCredentialProvider(Microsoft.Extensions.Configuration.IConfiguration configuration);
new Microsoft.Bot.Builder.BotFramework.ConfigurationCredentialProvider : Microsoft.Extensions.Configuration.IConfiguration -> Microsoft.Bot.Builder.BotFramework.ConfigurationCredentialProvider
Public Sub New (configuration As IConfiguration)
Parameters
- configuration
- IConfiguration
Een exemplaar van IConfiguration.