C# 클래스 Config.Net.Azure.AzureKeyVaultConfigStore

상속: IConfigStore
파일 보기 프로젝트 열기: aloneguid/config

공개 메소드들

메소드 설명
AzureKeyVaultConfigStore ( Uri vaultUri, string azureAadClientId, string azureAadClientSecret ) : System
Dispose ( ) : void
GetAccessToken ( string authority, string resource, string scope ) : Task

Gets the access token

Read ( string key ) : string
Write ( string key, string value ) : void

비공개 메소드들

메소드 설명
GetHttpClient ( ) : HttpClient

Create an HttpClient object that optionally includes logic to override the HOST header field for advanced testing purposes.

메소드 상세

AzureKeyVaultConfigStore() 공개 메소드

public AzureKeyVaultConfigStore ( Uri vaultUri, string azureAadClientId, string azureAadClientSecret ) : System
vaultUri System.Uri
azureAadClientId string
azureAadClientSecret string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAccessToken() 공개 메소드

Gets the access token
public GetAccessToken ( string authority, string resource, string scope ) : Task
authority string Authority
resource string Resource
scope string scope
리턴 Task

Read() 공개 메소드

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

Write() 공개 메소드

public Write ( string key, string value ) : void
key string
value string
리턴 void