ManagedIdentityAppCredentials.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的 。

适用于