次の方法で共有


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 を検証します。

適用対象