SimpleCredentialProvider Constructors
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.
Overloads
SimpleCredentialProvider() |
Initializes a new instance of the SimpleCredentialProvider class. with empty credentials. |
SimpleCredentialProvider(String, String) |
Initializes a new instance of the SimpleCredentialProvider class. with the provided credentials. |
SimpleCredentialProvider()
Initializes a new instance of the SimpleCredentialProvider class. with empty credentials.
public SimpleCredentialProvider ();
Public Sub New ()
Applies to
SimpleCredentialProvider(String, String)
Initializes a new instance of the SimpleCredentialProvider class. with the provided credentials.
public SimpleCredentialProvider (string appId, string password);
new Microsoft.Bot.Connector.Authentication.SimpleCredentialProvider : string * string -> Microsoft.Bot.Connector.Authentication.SimpleCredentialProvider
Public Sub New (appId As String, password As String)
Parameters
- appId
- String
The app ID.
- password
- String
The app password.