This class represents S3 upload policy. Policy string
            representaion and signature to be used within EC2 bundling API.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class S3UploadPolicy
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | S3UploadPolicy(String, SecureString, String, String, Int32) | 
            S3 Upload policy to be used by EC2 API.
             | 
|  | S3UploadPolicy(String, String, String, Int32) | 
            S3 Upload policy to be used by EC2 API.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | PolicySignature | 
            Policy signature in base64 format
            Use signature generated by this method
            for passing to EC2 bunding calls along with policy.
             | 
|  | PolicyString | 
            Base64 representation of the serialized policy.
            Use policy generated by this method
            for passing to EC2 bunding calls.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | S3UploadPolicy |