Show / Hide Table of Contents

Class KeyVaultSQLConnection

Uses Azure KeyVault data stored in a object to look up the SQL connection string associated with a given title name.

Inheritance
System.Object
KeyVaultSQLConnection
Implements
IAlternateSQLConnection
System.IEquatable<KeyVaultSQLConnection>
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 class KeyVaultSQLConnection : IAlternateSQLConnection, IEquatable<KeyVaultSQLConnection>

Constructors

View Source

KeyVaultSQLConnection(IConfiguration)

Uses Azure KeyVault data stored in a object to look up the SQL connection string associated with a given title name.

Declaration
public KeyVaultSQLConnection(IConfiguration Config)
Parameters
Type Name Description
IConfiguration Config

Properties

View Source

Config

Declaration
public IConfiguration Config { get; set; }
Property Value
Type Description
IConfiguration

Methods

View Source

GetConnectionString(String)

Declaration
public string GetConnectionString(string titleName)
Parameters
Type Name Description
System.String titleName
Returns
Type Description
System.String

Implements

IAlternateSQLConnection
System.IEquatable<T>
  • View Source
In This Article
Back to top Generated by DocFX