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



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

AwsAccountNumber
Gets and sets the property 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
Gets and sets the property 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) Obsolete.
Sets the AwsAccountNumber property

WithKeyPairIds(KeyPairIds) Obsolete.
Sets the KeyPairIds property

Inheritance Hierarchy
Object
Signer

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