다음을 통해 공유


PasswordServiceClientCredentialFactory 클래스

정의

인터페이스의 간단한 구현입니다 ServiceClientCredentialsFactory .

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

생성자

PasswordServiceClientCredentialFactory()

PasswordServiceClientCredentialFactory 클래스의 새 인스턴스를 초기화합니다. 자격 증명이 비어 있습니다.

PasswordServiceClientCredentialFactory(String, String, String, HttpClient, ILogger)

PasswordServiceClientCredentialFactory 클래스의 새 인스턴스를 초기화합니다. 제공된 자격 증명을 사용합니다.

속성

AppId

이 자격 증명의 앱 ID를 가져오거나 설정합니다.

Password

이 자격 증명의 앱 암호를 가져오거나 설정합니다.

TenantId

봇이 만들어진 Azure AD 테넌트 테넌트 ID를 가져옵니다.

메서드

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

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

IsAuthenticationDisabledAsync(CancellationToken)

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

IsValidAppIdAsync(String, CancellationToken)

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

적용 대상