AWS SDK for .NET Documentation
ActiveTrustedSigners Class
AmazonAmazon.CloudFront.ModelActiveTrustedSigners Did this page help you?   Yes   No    Tell us about it...
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
C#
public class ActiveTrustedSigners
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ActiveTrustedSigners()()()()
Initializes a new instance of the ActiveTrustedSigners class

Enabled
Gets and sets the property Enabled. Each active trusted signer.

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
ActiveTrustedSigners

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)