The Signer complex type specifies an AWS accounts that has permission to create signed URLs
for private content. The Accounts that have signing privileges are specified in the
DistributionConfig complex type and can be set using the SetDistributionConfig CloudFront
operation. A signer can be:
- Yourself (you must explicitly give yourself permission). EnableSelf
- An AwsAccountNumber for each AWS account (other than your own) that you is given signing authority. The account number has no dashes. AwsAccountNumbers

C# |
[SerializableAttribute] public class Signer

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Signer()()()() | Initializes a new instance of the Signer class |
![]() | AwsAccountNumber |
Gets and sets the AwsAccountNumber property.
|
![]() | 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.) |
![]() | KeyPairId |
Gets and Sets the KeyPairId property.
A list of the KeyPairId for the AWS account
that has URL signing authority.
|
![]() | Self |
Gets and sets the Self property.
Whether this Signer specifies "your" account.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |
![]() | Signer |

SetDistributionConfig()()()()
CloudFrontDistributionConfig
http://docs.amazonwebservices.com/cloudfront/latest/APIReference/API_DistributionConfig.html
CloudFrontDistributionConfig
http://docs.amazonwebservices.com/cloudfront/latest/APIReference/API_DistributionConfig.html