Provides utilities used by the Amazon CloudFront client implementation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static class AmazonCloudFrontUtil
 Members
 Members| All Members | Methods | Properties | |||
| Icon | 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.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AmazonCloudFrontUtil |