IServiceClientCredentialProvider 接口

定义

注意

Use ConfigurationBotFrameworkAuthentication instead to configure credentials.

ServiceClientCredentialProvider 接口。 此接口允许机器人提供自己的服务标识证明,以便从机器人向通道发出服务调用。 实现程序应从 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()
已过时.

获取提供要使用的标识/授权所需的凭据。

IsAuthenticationDisabledAsync()
已过时.

检查是否禁用了机器人身份验证。

(继承自 ICredentialProvider)
IsValidAppIdAsync(String)
已过时.

验证应用 ID。

(继承自 ICredentialProvider)

适用于