CertificateGovernmentAppCredentials クラス

定義

Gov Cloud の CertificateGovAppCredentials 認証の実装。

public class CertificateGovernmentAppCredentials : Microsoft.Bot.Connector.Authentication.CertificateAppCredentials
type CertificateGovernmentAppCredentials = class
    inherit CertificateAppCredentials
Public Class CertificateGovernmentAppCredentials
Inherits CertificateAppCredentials
継承
Microsoft.Rest.ServiceClientCredentials
CertificateGovernmentAppCredentials

コンストラクター

CertificateGovernmentAppCredentials(CertificateAppCredentialsOptions)

CertificateGovernmentAppCredentials クラスの新しいインスタンスを初期化します。

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

CertificateGovernmentAppCredentials クラスの新しいインスタンスを初期化します。

CertificateGovernmentAppCredentials(X509Certificate2, String, String, HttpClient, ILogger)

CertificateGovernmentAppCredentials クラスの新しいインスタンスを初期化します。

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

CertificateGovernmentAppCredentials クラスの新しいインスタンスを初期化します。

プロパティ

AuthTenant

この資格情報のチャネル認証トークン テナントを取得または設定します。

(継承元 AppCredentials)
ChannelAuthTenant

チャネル認証に使用するテナントを取得または設定します。

(継承元 AppCredentials)
CustomHttpClient

この資格情報のチャネル認証トークン テナントを取得または設定します。

(継承元 AppCredentials)
DefaultChannelAuthTenant

DefaultChannelAuthTenant を取得します。

Logger

この資格情報のチャネル認証トークン テナントを取得または設定します。

(継承元 AppCredentials)
MicrosoftAppId

この資格情報の Microsoft アプリ ID を取得または設定します。

(継承元 AppCredentials)
OAuthEndpoint

使用する OAuth エンドポイントを取得します。

(継承元 AppCredentials)
OAuthScope

使用する OAuth スコープを取得します。

(継承元 AppCredentials)
ToChannelFromBotLoginUrlTemplate

ToChannelFromBotLoginUrlTemplate を取得します。

ToChannelFromBotOAuthScope

ToChannelFromBotoAuthScope を取得します。

ValidateAuthority

機関を検証するかどうかを示す値を取得します。

(継承元 AppCredentials)

メソッド

BuildIAuthenticator()

トークンの取得に使用する遅延 IAuthenticator を構築します。

(継承元 CertificateAppCredentials)
GetTokenAsync(Boolean)

OAuth アクセス トークンを取得します。

(継承元 AppCredentials)
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

資格情報を HTTP 要求に適用します。

(継承元 AppCredentials)

適用対象