Dela via


ServiceCredentialsExtensions Class

Definition

Provides extension methods for configuring Azure credentials with a service credential.

public static class ServiceCredentialsExtensions
type ServiceCredentialsExtensions = class
Public Module ServiceCredentialsExtensions
Inheritance
ServiceCredentialsExtensions

Methods

UseAzureCredentials(ServiceHostBase)

Configures the service host to use Azure credentials.

UseAzureCredentials<TService>(IServiceBuilder, Action<AzureServiceCredentials>)

Configures the service type TService to use Azure credentials and executes a configuration delegate to modify those credentials.

UseAzureCredentials<TService>(IServiceBuilder)

Configures the service type TService to use Azure credentials.

Applies to