SimpleCredentialProvider クラス

定義

注意事項

Use ConfigurationBotFrameworkAuthentication instead to configure credentials.

ICredentialProviderインターフェースのシンプルな実装です。

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.", false)]
public class SimpleCredentialProvider : Microsoft.Bot.Connector.Authentication.ICredentialProvider
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.", false)>]
type SimpleCredentialProvider = class
    interface ICredentialProvider
Public Class SimpleCredentialProvider
Implements ICredentialProvider
継承
SimpleCredentialProvider
派生
属性
実装

コンストラクター

名前 説明
SimpleCredentialProvider()
古い.

SimpleCredentialProvider クラスの新しいインスタンスを初期化します。 空っぽの資格で。

SimpleCredentialProvider(String, String)
古い.

SimpleCredentialProvider クラスの新しいインスタンスを初期化します。 提供された資格証明書で。

プロパティ

名前 説明
AppId
古い.

この認証情報のアプリIDを取得したり設定したりします。

Password
古い.

この認証情報のパスワードを取得するか設定します。

メソッド

名前 説明
GetAppPasswordAsync(String)
古い.

特定のボット アプリ ID のアプリ パスワードを取得します。

IsAuthenticationDisabledAsync()
古い.

ボット認証が無効になっているかどうかを確認します。

IsValidAppIdAsync(String)
古い.

アプリ ID を検証します。

適用対象