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

상속: IKeyVaultFactory
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

공개 메소드들

메소드 설명
Create ( string clientId, string clientSecret, string vaultUri, bool checkIfKeyExistsBeforeGet = false ) : IKeyVault

메소드 상세

Create() 공개 메소드

public Create ( string clientId, string clientSecret, string vaultUri, bool checkIfKeyExistsBeforeGet = false ) : IKeyVault
clientId string
clientSecret string
vaultUri string
checkIfKeyExistsBeforeGet bool
리턴 IKeyVault