C# Class NuGetGallery.Dashboard.Configuration.WebConfigSecretsService

Inheritance: ISecretsService
Datei anzeigen Open project: NuGet/OpsDashboard

Public Methods

Method Description
GetSetting ( string key ) : string
WebConfigSecretsService ( ) : System
WebConfigSecretsService ( string>.IDictionary overrideKeys ) : System

Private Methods

Method Description
FillFromJson ( string jsonPath ) : void

Method Details

GetSetting() public method

public GetSetting ( string key ) : string
key string
return string

WebConfigSecretsService() public method

public WebConfigSecretsService ( ) : System
return System

WebConfigSecretsService() public method

public WebConfigSecretsService ( string>.IDictionary overrideKeys ) : System
overrideKeys string>.IDictionary
return System