A S3Grantee represents an Owner/User/Group that can be given permissions on a bucket or object.
For more information about Grantees or ACLs see: http://docs.amazonwebservices.com/AmazonS3/latest/index.html?RESTAuthentication.html
 Declaration Syntax
 Declaration Syntax| C# | 
public class S3Grantee
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | S3Grantee()()()() | Initializes a new instance of the S3Grantee class | 
|  | CanonicalUser | 
            The canonical user details.
             | 
|  | EmailAddress | 
            The email address associated with the grantee.
             | 
|  | Equals(Object) | 
            Determines whether two Tuple objects have the same value.
            (Overrides Object.Equals(Object).) | 
|  | GetHashCode()()()() | 
            Serves as a hash function for a particular type.
            (Overrides Object.GetHashCode()()()().) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | 
            Returns a System.String that represents the Grantee Object.
            (Overrides Object.ToString()()()().) | 
|  | URI | 
            The URI property of the grantee.
             | 
|  | WithCanonicalUser(String, String) | Obsolete. 
            Sets the canonical user details.
             | 
|  | WithEmailAddress(String) | Obsolete. 
            Sets the email address associated with the grantee.
             | 
|  | WithURI(String) | Obsolete. 
            Sets the URI property of the grantee.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | S3Grantee |