Created
June 8, 2019 09:13
-
-
Save kasunkv/988c1b259f523391654f4f4fde6a299c to your computer and use it in GitHub Desktop.
AzureServiceTokenProvicer callback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Creating the Key Vault client | |
var tokenProvider = new AzureServiceTokenProvider(); | |
var vaultClient = new KeyVaultClient(new KeyVaultClient.AuthenticationCallback(tokenProvider.KeyVaultTokenCallback)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment