다음을 통해 공유


ConfigurationServiceClientCredentialFactory 클래스

정의

를 사용하여 IConfiguration 앱 자격 증명을 조회하는 자격 증명 공급자입니다.

public class ConfigurationServiceClientCredentialFactory : Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory
type ConfigurationServiceClientCredentialFactory = class
    inherit ServiceClientCredentialsFactory
Public Class ConfigurationServiceClientCredentialFactory
Inherits ServiceClientCredentialsFactory
상속
ConfigurationServiceClientCredentialFactory

설명

그러면 구성 항목의 가 AppId 의 키로 채워지고 Password 구성 항목의 MicrosoftAppIdKey 가 의 MicrosoftAppPasswordKey키로 채워집니다.

참고: 키가 없으면 값이 null 사용됩니다.

생성자

ConfigurationServiceClientCredentialFactory(IConfiguration, HttpClient, ILogger)

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

메서드

CreateCredentialsAsync(String, String, String, Boolean, CancellationToken)

ServiceClientCredentials를 만들기 위한 팩터리 메서드입니다.

IsAuthenticationDisabledAsync(CancellationToken)

봇 인증을 사용할 수 없는지 여부를 확인합니다.

IsValidAppIdAsync(String, CancellationToken)

앱 ID의 유효성을 검사합니다.

적용 대상