ConnectionSettingsBase Class
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.
Describes the connection settings for a given connection.
public abstract class ConnectionSettingsBase : Microsoft.Agents.Authentication.IConnectionSettings
type ConnectionSettingsBase = class
interface IConnectionSettings
Public MustInherit Class ConnectionSettingsBase
Implements IConnectionSettings
- Inheritance
-
ConnectionSettingsBase
- Derived
- Implements
Constructors
| ConnectionSettingsBase() | |
| ConnectionSettingsBase(IConfigurationSection) |
Properties
| Authority |
Login authority to use for the connection |
| ClientId |
Client ID to use for the connection. |
| Scopes |
List of scopes to use for the connection. |
| TenantId |
Tenant Id for creating the authentication for the connection |