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.

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Signer
Public Class Signer
public ref class Signer

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Signer()()()()
Initializes a new instance of the Signer class
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)
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.)
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)
Sets the AwsAccountNumber property
WithKeyPairIds(KeyPairIds)
Sets the KeyPairIds property

Inheritance Hierarchy

System..::..Object
  Amazon.CloudFront.Model..::..Signer

See Also