次の方法で共有


ChannelServiceHandler コンストラクター

定義

資格情報プロバイダーを使用して、 クラスの ChannelServiceHandler 新しいインスタンスを初期化します。

public ChannelServiceHandler (Microsoft.Bot.Connector.Authentication.ICredentialProvider credentialProvider, Microsoft.Bot.Connector.Authentication.AuthenticationConfiguration authConfiguration, Microsoft.Bot.Connector.Authentication.IChannelProvider channelProvider = default);
new Microsoft.Bot.Builder.ChannelServiceHandler : Microsoft.Bot.Connector.Authentication.ICredentialProvider * Microsoft.Bot.Connector.Authentication.AuthenticationConfiguration * Microsoft.Bot.Connector.Authentication.IChannelProvider -> Microsoft.Bot.Builder.ChannelServiceHandler
Public Sub New (credentialProvider As ICredentialProvider, authConfiguration As AuthenticationConfiguration, Optional channelProvider As IChannelProvider = Nothing)

パラメーター

credentialProvider
ICredentialProvider

資格情報プロバイダー。

authConfiguration
AuthenticationConfiguration

認証の構成。

channelProvider
IChannelProvider

チャネル プロバイダー。

例外

throw ArgumentNullException。

適用対象