C# Class NuGetGallery.Dashboard.Configuration.WebConfigSecretsService

Inheritance: ISecretsService
Afficher le fichier Open project: NuGet/OpsDashboard

Méthodes publiques

Méthode Description
GetSetting ( string key ) : string
WebConfigSecretsService ( ) : System
WebConfigSecretsService ( string>.IDictionary overrideKeys ) : System

Private Methods

Méthode Description
FillFromJson ( string jsonPath ) : void

Method Details

GetSetting() public méthode

public GetSetting ( string key ) : string
key string
Résultat string

WebConfigSecretsService() public méthode

public WebConfigSecretsService ( ) : System
Résultat System

WebConfigSecretsService() public méthode

public WebConfigSecretsService ( string>.IDictionary overrideKeys ) : System
overrideKeys string>.IDictionary
Résultat System