SecretClientHostExtensions 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.
Extension methods to add SecretClient to an IHostApplicationBuilder.
public static class SecretClientHostExtensions
type SecretClientHostExtensions = class
Public Module SecretClientHostExtensions
- Inheritance
-
SecretClientHostExtensions
Methods
| Name | Description |
|---|---|
| AddKeyedSecretClient(IHostApplicationBuilder, String, String, Action<SecretClientSettings>) |
Adds a keyed singleton SecretClient to the IHostApplicationBuilder's service collection. |
| AddKeyedSecretClient(IHostApplicationBuilder, String, String) |
Adds a keyed singleton SecretClient to the IHostApplicationBuilder's service collection. |
| AddSecretClient(IHostApplicationBuilder, String, Action<SecretClientSettings>) |
Adds a singleton SecretClient to the IHostApplicationBuilder's service collection. |
| AddSecretClient(IHostApplicationBuilder, String) |
Adds a singleton SecretClient to the IHostApplicationBuilder's service collection. |