C# 클래스 NuGetGallery.Dashboard.Configuration.WebConfigSecretsService

상속: ISecretsService
파일 보기 프로젝트 열기: NuGet/OpsDashboard

공개 메소드들

메소드 설명
GetSetting ( string key ) : string
WebConfigSecretsService ( ) : System
WebConfigSecretsService ( string>.IDictionary overrideKeys ) : System

비공개 메소드들

메소드 설명
FillFromJson ( string jsonPath ) : void

메소드 상세

GetSetting() 공개 메소드

public GetSetting ( string key ) : string
key string
리턴 string

WebConfigSecretsService() 공개 메소드

public WebConfigSecretsService ( ) : System
리턴 System

WebConfigSecretsService() 공개 메소드

public WebConfigSecretsService ( string>.IDictionary overrideKeys ) : System
overrideKeys string>.IDictionary
리턴 System