次の方法で共有


IServiceClientCredentialProvider インターフェイス

定義

注意事項

Use ConfigurationBotFrameworkAuthentication instead to configure credentials.

ServiceClientCredentialProvider インターフェイス。 このインターフェイスを使用すると、ボットはボットからチャネルへのサービス呼び出しを行うために、独自のサービス証明 ID を提供できます。 実装元は、GetCredentials メソッドから ServiceClientCredentails を返す必要があります。

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.", false)]
public interface IServiceClientCredentialProvider : Microsoft.Bot.Connector.Authentication.ICredentialProvider
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure credentials.", false)>]
type IServiceClientCredentialProvider = interface
    interface ICredentialProvider
Public Interface IServiceClientCredentialProvider
Implements ICredentialProvider
属性
実装

メソッド

GetAppPasswordAsync(String)
古い.

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

(継承元 ICredentialProvider)
GetCredentials()
古い.

使用する ID/承認を提供するために必要な資格情報を取得します。

IsAuthenticationDisabledAsync()
古い.

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

(継承元 ICredentialProvider)
IsValidAppIdAsync(String)
古い.

アプリ ID を検証します。

(継承元 ICredentialProvider)

適用対象