CodeTransparencyClientHostExtensions 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 CodeTransparencyClient to an IHostApplicationBuilder.
public static class CodeTransparencyClientHostExtensions
type CodeTransparencyClientHostExtensions = class
Public Module CodeTransparencyClientHostExtensions
- Inheritance
-
CodeTransparencyClientHostExtensions
Methods
| Name | Description |
|---|---|
| AddCodeTransparencyClient(IHostApplicationBuilder, String, Action<CodeTransparencyClientSettings>) |
Adds a singleton CodeTransparencyClient to the IHostApplicationBuilder's service collection. |
| AddCodeTransparencyClient(IHostApplicationBuilder, String) |
Adds a singleton CodeTransparencyClient to the IHostApplicationBuilder's service collection. |
| AddKeyedCodeTransparencyClient(IHostApplicationBuilder, String, String, Action<CodeTransparencyClientSettings>) |
Adds a keyed singleton CodeTransparencyClient to the IHostApplicationBuilder's service collection. |
| AddKeyedCodeTransparencyClient(IHostApplicationBuilder, String, String) |
Adds a keyed singleton CodeTransparencyClient to the IHostApplicationBuilder's service collection. |