AWS Security ChangesHomeSearch

AWS AmazonCloudFront documentation change

Service: AmazonCloudFront · 2025-05-10 · Documentation low

File: AmazonCloudFront/latest/DeveloperGuide/CreateSignatureInCSharp.md

Summary

Updated notes section to clarify package location of signing classes and link to additional documentation for signed URLs/cookies

Security assessment

The changes document security-related features (URL/cookie signing for private content) but do not address a specific vulnerability. This is routine documentation maintenance about security mechanisms.

Diff

diff --git a/AmazonCloudFront/latest/DeveloperGuide/CreateSignatureInCSharp.md b/AmazonCloudFront/latest/DeveloperGuide/CreateSignatureInCSharp.md
index e1eede0f4..25258b4e7 100644
--- a//AmazonCloudFront/latest/DeveloperGuide/CreateSignatureInCSharp.md
+++ b//AmazonCloudFront/latest/DeveloperGuide/CreateSignatureInCSharp.md
@@ -22 +22,7 @@ To download the code, go to [Signature Code in C#](https://docs.aws.amazon.com/A
-###### Note
+###### Notes
+
+  * The `AmazonCloudFrontUrlSigner` and `AmazonCloudFrontCookieSigner` classes have moved to a separate package. For more information about using them, see [CookieSigner and UrlSigner](https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-v4.html#net-dg-v4-CookieSigner-UrlSigner) in the _AWS SDK for .NET (V4) Developer Guide_. 
+
+  * Creating a URL signature is just one part of the process of serving private content using a signed URL. For more information, see [Use signed URLs](./private-content-signed-urls.html). For more information about using signed cookies, see [Use signed cookies](./private-content-signed-cookies.html).
+
+
@@ -24 +29,0 @@ To download the code, go to [Signature Code in C#](https://docs.aws.amazon.com/A
-Creating a URL signature is just one part of the process of serving private content using a signed URL. For more information, see [Use signed URLs](./private-content-signed-urls.html). For more information about using signed cookies, see [Use signed cookies](./private-content-signed-cookies.html).