Show / Hide Table of Contents

Class CrashCABNDataAccessExtensions

Extensions to add data access layer dependencies.

Inheritance
System.Object
CrashCABNDataAccessExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.KeyVault.dll
Syntax
public static class CrashCABNDataAccessExtensions

Methods

View Source

AddCrashCABNKeyVaultDataAccessDependencies(IServiceCollection, IConfiguration, Action<DataAccessOptions>)

Add CrashCABN key vault dependencies to DI service collection.

Declaration
public static IServiceCollection AddCrashCABNKeyVaultDataAccessDependencies(this IServiceCollection services, IConfiguration kvConfig, Action<DataAccessOptions> options)
Parameters
Type Name Description
IServiceCollection services

Dependency injection service colletion.

IConfiguration kvConfig

The KeyVault configuration options to use.

System.Action<DataAccessOptions> options

The options for the dependencies.

Returns
Type Description
IServiceCollection

An object.

  • View Source
In This Article
Back to top Generated by DocFX