Provides utilities used by the Amazon CloudFront client implementation.

Namespace: Amazon.CloudFront.Util
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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.

Inheritance Hierarchy

System..::..Object
  Amazon.CloudFront.Util..::..AmazonCloudFrontUtil

See Also