C# Class AccidentalFish.ApplicationSupport.Azure.KeyVault.Implementation.KeyVaultFactory

Inheritance: IKeyVaultFactory
Afficher le fichier Open project: JamesRandall/AccidentalFish.ApplicationSupport

Méthodes publiques

Méthode Description
Create ( string clientId, string clientSecret, string vaultUri, bool checkIfKeyExistsBeforeGet = false ) : IKeyVault

Method Details

Create() public méthode

public Create ( string clientId, string clientSecret, string vaultUri, bool checkIfKeyExistsBeforeGet = false ) : IKeyVault
clientId string
clientSecret string
vaultUri string
checkIfKeyExistsBeforeGet bool
Résultat IKeyVault