다음을 통해 공유


ManagedIdentityServiceClientCredentialsFactory 생성자

정의

ManagedIdentityServiceClientCredentialsFactory 클래스의 새 인스턴스를 초기화합니다.

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의 클라이언트 ID입니다.

httpClient
HttpClient

사용할 사용자 지정 httpClient입니다.

logger
ILogger

사용할 로거 인스턴스입니다.

적용 대상