ManagedIdentityServiceClientCredentialsFactory 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ManagedIdentityServiceClientCredentialsFactory (string appId, System.Net.Http.HttpClient httpClient = default, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Connector.Authentication.ManagedIdentityServiceClientCredentialsFactory : string * System.Net.Http.HttpClient * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Connector.Authentication.ManagedIdentityServiceClientCredentialsFactory
Public Sub New (appId As String, Optional httpClient As HttpClient = Nothing, Optional logger As ILogger = Nothing)
参数
- appId
- String
分配给机器人的托管标识的客户端 ID。
- httpClient
- HttpClient
要使用的自定义 httpClient。
- logger
- ILogger
要使用的记录器实例。