C# 클래스 SayedKeyVaultConfig.KeyVaultConfigurationProvider

상속: Microsoft.Framework.Configuration.ConfigurationProvider
파일 보기 프로젝트 열기: sayedihashimi/SayedKeyVaultConfig

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
KeyVaultConfigurationProvider ( string keyVaultUri, string clientId, string clientSecret ) : System
TryGet ( string key, string &value ) : bool

메소드 상세

KeyVaultConfigurationProvider() 공개 메소드

public KeyVaultConfigurationProvider ( string keyVaultUri, string clientId, string clientSecret ) : System
keyVaultUri string
clientId string
clientSecret string
리턴 System

TryGet() 공개 메소드

public TryGet ( string key, string &value ) : bool
key string
value string
리턴 bool