ConfigurationCredentialProvider 类

定义

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

构造函数

ConfigurationCredentialProvider(IConfiguration, String, String)

属性

AppId (继承自 SimpleCredentialProvider)
Password (继承自 SimpleCredentialProvider)

方法

GetAppPasswordAsync(String) (继承自 SimpleCredentialProvider)
IsAuthenticationDisabledAsync() (继承自 SimpleCredentialProvider)
IsValidAppIdAsync(String) (继承自 SimpleCredentialProvider)

适用于