AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
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.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.ActiveTrustedSigners

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ActiveTrustedSigners : Object

The ActiveTrustedSigners type exposes the following members

Constructors

NameDescription
Public Method ActiveTrustedSigners() Empty constructor used to set properties independently even when a simple constructor is available
Public Method ActiveTrustedSigners(List<Signer>)

Properties

NameTypeDescription
Public Property Enabled System.Boolean Gets and sets the property Enabled. Each active trusted signer.
Public Property Items System.Collections.Generic.List<Amazon.CloudFront.Model.Signer> 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.
Public Property Quantity System.Int32 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.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8