A complex type that lists the AWS accounts, if any,    that you included in the TrustedSigners
            complex    type for the default cache behavior or for any of the    other cache behaviors
            for this distribution. These are    accounts that you want to allow to create signed
            URLs    for private content.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ActiveTrustedSigners
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ActiveTrustedSigners()()()() | Initializes a new instance of the ActiveTrustedSigners class | 
|  | Enabled | 
            Gets and sets the property Enabled. Each active trusted signer.
             | 
|  | 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.) | 
|  | Items | 
            Gets and sets the property Items. A complex type that contains one Signer complex
               type for each unique trusted signer that is specified in    the TrustedSigners
            complex type, including trusted    signers in the default cache behavior and in all
            of the    other cache behaviors.
             | 
|  | Quantity | 
            Gets and sets the property Quantity. The number of unique trusted signers included
            in all    cache behaviors. For example, if three cache    behaviors all list the same
            three AWS accounts, the    value of Quantity for ActiveTrustedSigners will    be 3.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEnabled(Boolean) | Obsolete. 
            Sets the Enabled property
             | 
|  | WithItems(array<Signer>[]()[][]) | Obsolete. 
            Sets the Items property
             | 
|  | WithItems(IEnumerable<(Of <<'(Signer>)>>)) | Obsolete. 
            Sets the Items property
             | 
|  | WithQuantity(Int32) | Obsolete. 
            Sets the Quantity property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ActiveTrustedSigners |