CertificateServiceClientCredentialsFactory Class

Definition

A Managed Identity implementation of the ServiceClientCredentialsFactory interface.

public class CertificateServiceClientCredentialsFactory : Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory
type CertificateServiceClientCredentialsFactory = class
    inherit ServiceClientCredentialsFactory
Public Class CertificateServiceClientCredentialsFactory
Inherits ServiceClientCredentialsFactory
Inheritance
CertificateServiceClientCredentialsFactory

Constructors

CertificateServiceClientCredentialsFactory(X509Certificate2, String, String, HttpClient, ILogger, Boolean)

Initializes a new instance of the CertificateServiceClientCredentialsFactory class.

Methods

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

A factory method for creating ServiceClientCredentials.

IsAuthenticationDisabledAsync(CancellationToken)

Checks whether bot authentication is disabled.

IsValidAppIdAsync(String, CancellationToken)

Validates an app ID.

Applies to