BotFrameworkOptions.CredentialProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.