Enum AzureStorageConnectionStringResolver.AzureStorageAuthenticationMechanism
An enumeration representing the options for authenticating with the Azure Storage service.
Namespace: DNVGL.One.Compute.StorageLibrary.Azure.ConnectionResolver
Assembly: DNVGL.One.Compute.StorageLibrary.Azure.dll
Syntax
public enum AzureStorageAuthenticationMechanism : int
Fields
| Name | Description |
|---|---|
| AzureKeyVaultSecret | Authenticate with the Azure storage using a connection string pulled from Azure Key Vault. |
| AzureStorageAccessKey | Authenticate with the Azure storage service using the storage account shared access key. |
| EnvironmentVariable | The resolver will look to environment variables for the connection string. |