ConfigurationCredentialProvider Class

Definition

public sealed class ConfigurationCredentialProvider : Microsoft.Bot.Connector.SimpleCredentialProvider
type ConfigurationCredentialProvider = class
    inherit SimpleCredentialProvider
Public NotInheritable Class ConfigurationCredentialProvider
Inherits SimpleCredentialProvider
Inheritance
ConfigurationCredentialProvider

Constructors

ConfigurationCredentialProvider(IConfiguration, String, String)

Properties

AppId (Inherited from SimpleCredentialProvider)
Password (Inherited from SimpleCredentialProvider)

Methods

GetAppPasswordAsync(String) (Inherited from SimpleCredentialProvider)
IsAuthenticationDisabledAsync() (Inherited from SimpleCredentialProvider)
IsValidAppIdAsync(String) (Inherited from SimpleCredentialProvider)

Applies to