CertificateServiceClientCredentialsFactory クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ServiceClientCredentialsFactory インターフェイスのマネージド ID 実装。
public class CertificateServiceClientCredentialsFactory : Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory
type CertificateServiceClientCredentialsFactory = class
inherit ServiceClientCredentialsFactory
Public Class CertificateServiceClientCredentialsFactory
Inherits ServiceClientCredentialsFactory
- 継承
コンストラクター
CertificateServiceClientCredentialsFactory(X509Certificate2, String, String, HttpClient, ILogger, Boolean) |
CertificateServiceClientCredentialsFactory クラスの新しいインスタンスを初期化します。 |
メソッド
CreateCredentialsAsync(String, String, String, Boolean, CancellationToken) |
ServiceClientCredentials を作成するためのファクトリ メソッド。 |
IsAuthenticationDisabledAsync(CancellationToken) |
ボット認証が無効になっているかどうかを確認します。 |
IsValidAppIdAsync(String, CancellationToken) |
アプリ ID を検証します。 |