Class KeyVaultStorageConnection
Uses Azure KeyVault data stored in a
Inheritance
System.Object
KeyVaultStorageConnection
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 KeyVaultStorageConnection : IAlternateStorageConnection, IEquatable<KeyVaultStorageConnection>
Constructors
View SourceKeyVaultStorageConnection(IConfiguration)
Uses Azure KeyVault data stored in a
Declaration
public KeyVaultStorageConnection(IConfiguration Config)
Parameters
Type | Name | Description |
---|---|---|
IConfiguration | Config |
Properties
View SourceConfig
Declaration
public IConfiguration Config { get; set; }
Property Value
Type | Description |
---|---|
IConfiguration |
Methods
View SourceGetConnectionString(String)
Declaration
public string GetConnectionString(string storageName)
Parameters
Type | Name | Description |
---|---|---|
System.String | storageName |
Returns
Type | Description |
---|---|
System.String |
GetConnectionStringForTitle(String)
Declaration
public string GetConnectionStringForTitle(string titleName)
Parameters
Type | Name | Description |
---|---|---|
System.String | titleName |
Returns
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>