Show / Hide Table of Contents

Class KeyVaultBugDatabaseConnection

Uses Azure KeyVault data stored in a object to look up the bug database connection credentials associated with a given title name.

Inheritance
System.Object
KeyVaultBugDatabaseConnection
Implements
IBugDatabaseConnection
System.IEquatable<KeyVaultBugDatabaseConnection>
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 KeyVaultBugDatabaseConnection : IBugDatabaseConnection, IEquatable<KeyVaultBugDatabaseConnection>

Constructors

View Source

KeyVaultBugDatabaseConnection(IConfiguration)

Uses Azure KeyVault data stored in a object to look up the bug database connection credentials associated with a given title name.

Declaration
public KeyVaultBugDatabaseConnection(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

GetConnectionCredentials(String)

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

Implements

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