Share via


SecretClientSettings Class

Definition

Represents the settings used to configure a SecretClient that can be loaded from an IConfigurationSection.

public class SecretClientSettings : System.ClientModel.Primitives.ClientSettings
type SecretClientSettings = class
    inherit ClientSettings
Public Class SecretClientSettings
Inherits ClientSettings
Inheritance
SecretClientSettings

Constructors

Name Description
SecretClientSettings()

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 SecretClientOptions used to configure requests sent to Key Vault.

VaultUri

Gets or sets the Uri to the vault on which the client operates. Appears as "DNS Name" in the Azure portal.

Methods

Name Description
BindCore(IConfigurationSection)

Allows derived classes to bind their specific properties from the IConfigurationSection.

PostConfigure(Action<IConfigurationSection>)

Allows for additional configuration using the IConfigurationSection after the initial binding.

(Inherited from ClientSettings)

Applies to