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.
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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (Inherited from Object.) | |
| WithAwsAccountNumber(String) |
Sets the AwsAccountNumber property
| |
| WithKeyPairIds(KeyPairIds) |
Sets the KeyPairIds property
|