C# 클래스 AccidentalFish.ApplicationSupport.Azure.KeyVault.Implementation.KeyVault

상속: IKeyVault
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport 1 사용 예제들

공개 메소드들

메소드 설명
GetSecretAsync ( string key ) : Task
GetSecretKeysAsync ( ) : Task>
KeyVault ( string clientId, string clientSecret, string vaultUri, bool checkIfKeyExistsBeforeGet ) : System
SetSecretAsync ( string key, string value ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
GetAccessToken ( string authority, string resource, string scope ) : Task

메소드 상세

GetSecretAsync() 공개 메소드

public GetSecretAsync ( string key ) : Task
key string
리턴 Task

GetSecretKeysAsync() 공개 메소드

public GetSecretKeysAsync ( ) : Task>
리턴 Task>

KeyVault() 공개 메소드

public KeyVault ( string clientId, string clientSecret, string vaultUri, bool checkIfKeyExistsBeforeGet ) : System
clientId string
clientSecret string
vaultUri string
checkIfKeyExistsBeforeGet bool
리턴 System

SetSecretAsync() 공개 메소드

public SetSecretAsync ( string key, string value ) : System.Threading.Tasks.Task
key string
value string
리턴 System.Threading.Tasks.Task