You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/api/Azure.Extensions.AspNetCore.DataProtection.Keys.netstandard2.0.cs
Copy file name to clipboardExpand all lines: sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/src/AzureDataProtectionKeyVaultKeyBuilderExtensions.cs
/// Configures the data protection system to protect keys with specified key in Azure Key Vault.
87
+
/// </summary>
88
+
/// <param name="builder">The builder instance to modify.</param>
89
+
/// <param name="keyIdentifier">The Azure Key Vault key identifier used for key encryption.</param>
90
+
/// <param name="tokenCredentialFactory">The factory delegate to create the <see cref="TokenCredential"/> to use for authenticating Key Vault access.</param>
91
+
/// <returns>The value <paramref name="builder"/>.</returns>
0 commit comments