Partilhar via


ConnectionSettingsBase Class

Definition

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

Applies to