public static class ServiceCollectionExtensionsReference 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
Microsoft.Extensions.DependencyInjectionAssembly
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 |
IServiceCollectionThe service collection to add the client to. The services are used to configure the client when requested. |
action |
ActionEkmServiceClientBuilderAn 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 |
IServiceCollectionThe service collection to add the client to. The services are used to configure the client when requested. |
action |
ActionKeyManagementServiceClientBuilderAn optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|