KeyVaultAccessControlClientSettings 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.
Represents the settings used to configure a KeyVaultAccessControlClient that can be loaded from an IConfigurationSection.
public class KeyVaultAccessControlClientSettings : System.ClientModel.Primitives.ClientSettings
type KeyVaultAccessControlClientSettings = class
inherit ClientSettings
Public Class KeyVaultAccessControlClientSettings
Inherits ClientSettings
- Inheritance
Constructors
| Name | Description |
|---|---|
| KeyVaultAccessControlClientSettings() | |
Properties
| Name | Description |
|---|---|
| Credential |
Gets or sets the credential settings. (Inherited from ClientSettings) |
| CredentialProvider |
Gets or sets the credential provider. (Inherited from ClientSettings) |
| Options |
Gets or sets the Options. |
| VaultBaseUrl |
Gets or sets the VaultBaseUrl. |
Methods
| Name | Description |
|---|---|
| BindCore(IConfigurationSection) |
Binds configuration values from the given section. |
| PostConfigure(Action<IConfigurationSection>) |
Allows for additional configuration using the IConfigurationSection after the initial binding. (Inherited from ClientSettings) |