From eb00923c27db0e3001da204033cfafbaaf15b06e Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Tue, 1 Oct 2024 15:11:03 -0700 Subject: [PATCH] minor update --- .../AwsKmsHierarchical/SharedCacheAcrossHierarchicalKeyrings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AwsEncryptionSDK/runtimes/net/Examples/Keyring/AwsKmsHierarchical/SharedCacheAcrossHierarchicalKeyrings.cs b/AwsEncryptionSDK/runtimes/net/Examples/Keyring/AwsKmsHierarchical/SharedCacheAcrossHierarchicalKeyrings.cs index 6c98b711d..b49235173 100644 --- a/AwsEncryptionSDK/runtimes/net/Examples/Keyring/AwsKmsHierarchical/SharedCacheAcrossHierarchicalKeyrings.cs +++ b/AwsEncryptionSDK/runtimes/net/Examples/Keyring/AwsKmsHierarchical/SharedCacheAcrossHierarchicalKeyrings.cs @@ -41,7 +41,7 @@ /// - Same Branch Key ID /// then they WILL share the cache entries in the Shared Cache. /// Please make sure that you set all of Partition ID, Logical Key Store Name and Branch Key ID -/// to be the same for two Hierarchical Keyrings only if you want them to share cache entries. +/// to be the same for two Hierarchical Keyrings if and only if you want them to share cache entries. /// /// This example first creates a shared cache that you can use across multiple Hierarchical Keyrings. /// The example then configures a Hierarchical Keyring (HK1 and HK2) with the shared cache,