CertificateAppCredentials 类

定义

CertificateAppCredentials 身份验证实现和缓存。

public class CertificateAppCredentials : Microsoft.Bot.Connector.Authentication.AppCredentials
type CertificateAppCredentials = class
    inherit AppCredentials
Public Class CertificateAppCredentials
Inherits AppCredentials
继承
Microsoft.Rest.ServiceClientCredentials
CertificateAppCredentials
派生

构造函数

CertificateAppCredentials(CertificateAppCredentialsOptions)

初始化 CertificateAppCredentials 类的新实例。

CertificateAppCredentials(X509Certificate2, Boolean, String, String, HttpClient, ILogger)

初始化 CertificateAppCredentials 类的新实例。

CertificateAppCredentials(X509Certificate2, String, String, HttpClient, ILogger)

初始化 CertificateAppCredentials 类的新实例。

CertificateAppCredentials(X509Certificate2, String, String, String, Boolean, HttpClient, ILogger)

初始化 CertificateAppCredentials 类的新实例。

属性

AuthTenant

获取或设置此凭据的通道身份验证令牌租户。

(继承自 AppCredentials)
ChannelAuthTenant

获取或设置要用于通道身份验证的租户。

(继承自 AppCredentials)
CustomHttpClient

获取或设置此凭据的通道身份验证令牌租户。

(继承自 AppCredentials)
DefaultChannelAuthTenant

获取 DefaultChannelAuthTenant。

(继承自 AppCredentials)
Logger

获取或设置此凭据的通道身份验证令牌租户。

(继承自 AppCredentials)
MicrosoftAppId

获取或设置此凭据Microsoft应用 ID。

(继承自 AppCredentials)
OAuthEndpoint

获取要使用的 OAuth 终结点。

(继承自 AppCredentials)
OAuthScope

获取要使用的 OAuth 范围。

(继承自 AppCredentials)
ToChannelFromBotLoginUrlTemplate

获取 ToChannelFromBotLoginUrlTemplate。

(继承自 AppCredentials)
ToChannelFromBotOAuthScope

获取 ToChannelFromBotoAuthScope。

(继承自 AppCredentials)
ValidateAuthority

获取一个值,该值指示是否验证颁发机构。

(继承自 AppCredentials)

方法

BuildIAuthenticator()

生成用于获取令牌的延迟 IAuthenticator

GetTokenAsync(Boolean)

获取 OAuth 访问令牌。

(继承自 AppCredentials)
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

将凭据应用于 HTTP 请求。

(继承自 AppCredentials)

适用于