BotAuthenticator コンストラクター

定義

オーバーロード

BotAuthenticator(ICredentialProvider, BotAuthenticator+EndorsementsValidator)
BotAuthenticator(String, String, BotAuthenticator+EndorsementsValidator)
BotAuthenticator(ICredentialProvider, String, Boolean, BotAuthenticator+EndorsementsValidator)

BotAuthenticator(ICredentialProvider, BotAuthenticator+EndorsementsValidator)

public BotAuthenticator (Microsoft.Bot.Connector.ICredentialProvider credentialProvider, Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator validator = default);
new Microsoft.Bot.Connector.BotAuthenticator : Microsoft.Bot.Connector.ICredentialProvider * Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator -> Microsoft.Bot.Connector.BotAuthenticator
Public Sub New (credentialProvider As ICredentialProvider, Optional validator As BotAuthenticator.EndorsementsValidator = Nothing)

パラメーター

credentialProvider
ICredentialProvider

適用対象

BotAuthenticator(String, String, BotAuthenticator+EndorsementsValidator)

public BotAuthenticator (string microsoftAppId, string microsoftAppPassword, Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator validator = default);
new Microsoft.Bot.Connector.BotAuthenticator : string * string * Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator -> Microsoft.Bot.Connector.BotAuthenticator
Public Sub New (microsoftAppId As String, microsoftAppPassword As String, Optional validator As BotAuthenticator.EndorsementsValidator = Nothing)

パラメーター

microsoftAppId
String
microsoftAppPassword
String

適用対象

BotAuthenticator(ICredentialProvider, String, Boolean, BotAuthenticator+EndorsementsValidator)

public BotAuthenticator (Microsoft.Bot.Connector.ICredentialProvider credentialProvider, string openIdConfigurationUrl, bool disableEmulatorTokens, Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator validator = default);
new Microsoft.Bot.Connector.BotAuthenticator : Microsoft.Bot.Connector.ICredentialProvider * string * bool * Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator -> Microsoft.Bot.Connector.BotAuthenticator
Public Sub New (credentialProvider As ICredentialProvider, openIdConfigurationUrl As String, disableEmulatorTokens As Boolean, Optional validator As BotAuthenticator.EndorsementsValidator = Nothing)

パラメーター

credentialProvider
ICredentialProvider
openIdConfigurationUrl
String
disableEmulatorTokens
Boolean

適用対象