AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-03-26 · Documentation low

File: code-library/latest/ug/csharp_3_kms_code_examples.md

Summary

Updated branding from 'AWS SDK for .NET' to 'SDK for .NET' in multiple section headers

Security assessment

Changes are purely branding/naming convention updates. No modifications to security-related KMS functionality documentation or security advisories detected.

Diff

diff --git a/code-library/latest/ug/csharp_3_kms_code_examples.md b/code-library/latest/ug/csharp_3_kms_code_examples.md
index d0c95da58..386fe24a9 100644
--- a/code-library/latest/ug/csharp_3_kms_code_examples.md
+++ b/code-library/latest/ug/csharp_3_kms_code_examples.md
@@ -9 +9 @@ There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://
-# AWS KMS examples using AWS SDK for .NET
+# AWS KMS examples using SDK for .NET
@@ -27 +28 @@ The following code example shows how to use `CreateAlias`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -87 +88 @@ The following code example shows how to use `CreateGrant`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -139 +140 @@ The following code example shows how to use `CreateKey`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -196 +197 @@ The following code example shows how to use `DescribeKey`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -245 +246 @@ The following code example shows how to use `DisableKey`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -302 +303 @@ The following code example shows how to use `EnableKey`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -357 +358 @@ The following code example shows how to use `ListAliases`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -409 +410 @@ The following code example shows how to use `ListGrants`.
-**AWS SDK for .NET**
+**SDK for .NET**
@@ -466 +467 @@ The following code example shows how to use `ListKeys`.
-**AWS SDK for .NET**
+**SDK for .NET**