public static class ServiceCollectionExtensions
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
MicrosoftMicrosoft.ExtensionsDependencyInjectionAssembly
Google.Cloud.Kms.V1.dll
Methods
AddEkmServiceClient(IServiceCollection, Action<EkmServiceClientBuilder>)
public static IServiceCollection AddEkmServiceClient(this IServiceCollection services, Action<EkmServiceClientBuilder> action = null)
Adds a singleton EkmServiceClient to services
.
Parameters | |
---|---|
Name | Description |
services | IServiceCollection The service collection to add the client to. The services are used to configure the client when requested. |
action | ActionEkmServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddKeyManagementServiceClient(IServiceCollection, Action<KeyManagementServiceClientBuilder>)
public static IServiceCollection AddKeyManagementServiceClient(this IServiceCollection services, Action<KeyManagementServiceClientBuilder> action = null)
Adds a singleton KeyManagementServiceClient to services
.
Parameters | |
---|---|
Name | Description |
services | IServiceCollection The service collection to add the client to. The services are used to configure the client when requested. |
action | ActionKeyManagementServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |