Jaa


BotFrameworkOptions.CredentialProvider Property

Definition

Gets or sets an ICredentialProvider that should be used to store and retrieve the credentials used during authentication with the Bot Framework Service.

public Microsoft.Bot.Connector.Authentication.ICredentialProvider CredentialProvider { get; set; }
member this.CredentialProvider : Microsoft.Bot.Connector.Authentication.ICredentialProvider with get, set
Public Property CredentialProvider As ICredentialProvider

Property Value

The credential provider.

Applies to