Suoranta.EnterpriseLib.Types.Configuration Namespace
Classes
| Class | Description | |
|---|---|---|
|
|
ApiServiceElement |
Describes WebAPI service that can contain multiple EndpointElements.
|
|
|
ApiServiceElementCollection | |
|
|
Authentication |
Authentication type
|
|
|
AzureServicePrincipalSqlConnectionElement |
When using this class, SqlConnection object must be manually configured with
C# var credentialOptions = new DefaultAzureCredentialOptions { ManagedIdentityClientId = [value from instance of this class] }; var credential = new DefaultAzureCredential(credentialOptions); var token = credential.GetToken( new Azure.Core.TokenRequestContext("https://database.windows.net/.default".WrapToArray()) ); connection.AccessToken = token.Token; |
|
|
AzureSqlConnectionElement |
Configuration for modern Azure SQL (Entity) connections employing Entra authentication.
|
|
|
BlobContainerElement |
Describes BlobContainerClient
|
|
|
BlobContainerElementCollection | |
|
|
BlobStorageConnectionElement | |
|
|
ConfigurationElementCollection<(Of <(<'TElement>)>)> | |
|
|
ConnectionElement |
Base class for representing full Entity Framework connection string. Derived classes:
|
|
|
ConnectionElementCollection | |
|
|
EndpointElement | |
|
|
EndpointElementCollection | |
|
|
EnterpriseLibSection |
Defines
|
|
|
EnterpriseLibSectionGroup |
Defines
|
|
|
EnvironmentElement |
XML node describing variable settings
|
|
|
EnvironmentElementCollection |
Collection of environments defined for the application
|
|
|
IntegratedSecurity |
Values for traditional SQL connection integrated security.
|
|
|
JsonSettingsElement |
Serialization settings for Newtonsoft.Json
|
|
|
MailServiceElement |
Describes SMTP server that is used to send e-mail notifications.
|
|
|
Provider | |
|
|
PushNotificationsElement | |
|
|
SqlServerConnectionElement |
Configuration element for traditional SQL connections using either Windows authentication or
SQL user with password
|
|
|
StringEnum | |
|
|
WebSettingsSection |
EnterpriseLib.Web configuration section
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
DateParseHandling | |
|
|
DateTimeZoneHandling | |
|
|
FloatParseHandling | |
|
|
JsonSerializer |
Selector for JSON serializer
|
|
|
Protocol |

