A complex type that lists the AWS accounts that were    included in the TrustedSigners
            complex type, as    well as their active CloudFront key pair IDs, if any.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Signer
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Signer()()()() | Initializes a new instance of the Signer class | 
|  | AwsAccountNumber | 
            Gets and sets the property AwsAccountNumber. Specifies an AWS account that can create
            signed URLs.    Values: self, which indicates that the AWS account that was used to
            create    the distribution can created signed URLs, or    an AWS account number. Omit
            the dashes in the account number.
             | 
|  | 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.) | 
|  | KeyPairIds | 
            Gets and sets the property KeyPairIds. A complex type that lists the active CloudFront
            key    pairs, if any, that are associated with    AwsAccountNumber.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAwsAccountNumber(String) | Obsolete. 
            Sets the AwsAccountNumber property
             | 
|  | WithKeyPairIds(KeyPairIds) | Obsolete. 
            Sets the KeyPairIds property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Signer |