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

Inheritance: IKeyVaultFactory
Mostrar archivo Open project: JamesRandall/AccidentalFish.ApplicationSupport

Public Methods

Method Description
Create ( string clientId, string clientSecret, string vaultUri, bool checkIfKeyExistsBeforeGet = false ) : IKeyVault

Method Details

Create() public method

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