Provides utilities used by the Amazon CloudFront client implementation.
Namespace: Amazon.CloudFront.UtilAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public static class AmazonCloudFrontUtil
Public NotInheritable Class AmazonCloudFrontUtil
public ref class AmazonCloudFrontUtil abstract sealed
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| CreateHeaderEntry(String, String) |
Builds and returns the name value collection
that can be added to the HTTP headers for the request
| |
| FormattedCurrentTimestamp |
Formats the current date as a GMT timestamp
| |
| Sign(String, SecureString, KeyedHashAlgorithm) |
Computes RFC 2104-compliant HMAC signature
| |
| UrlEncode(String, Boolean) |
URL encodes a string. If the path property is specified,
the accepted characters {/:+} are not encoded.
|