次の方法で共有


CertificateAppCredentials.BuildAuthenticator メソッド

定義

トークンの取得に使用される遅延 AdalAuthenticator をビルドします。

protected override Lazy<Microsoft.Bot.Connector.Authentication.AdalAuthenticator> BuildAuthenticator ();
override this.BuildAuthenticator : unit -> Lazy<Microsoft.Bot.Connector.Authentication.AdalAuthenticator>
Protected Overrides Function BuildAuthenticator () As Lazy(Of AdalAuthenticator)

戻り値

遅延 AdalAuthenticator

適用対象