Skip to content

Change ProtectKeysWithAzureKeyVault to take a Uri#11588

Merged
pakrym merged 4 commits intoAzure:masterfrom
pakrym:pakrym/dp-kv-uri
Apr 27, 2020
Merged

Change ProtectKeysWithAzureKeyVault to take a Uri#11588
pakrym merged 4 commits intoAzure:masterfrom
pakrym:pakrym/dp-kv-uri

Conversation

@pakrym
Copy link
Contributor

@pakrym pakrym commented Apr 24, 2020

To be consistent with other extension methods and KeyVault clients.

@pakrym pakrym requested a review from heaths April 24, 2020 21:39
@@ -3,6 +3,6 @@ namespace Microsoft.AspNetCore.DataProtection
public static partial class AzureDataProtectionKeyVaultKeyBuilderExtensions
{
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder ProtectKeysWithAzureKeyVault(this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, string keyIdentifier, Azure.Core.Cryptography.IKeyEncryptionKeyResolver keyResolver) { throw null; }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is an advanced scenario that requires string because IKeyEncryptionKeyResolver is string based.

@pakrym pakrym merged commit 15aeafe into Azure:master Apr 27, 2020
@pakrym pakrym deleted the pakrym/dp-kv-uri branch April 27, 2020 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants