AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the ListPublicKeys operation. Returns all public keys whose private keys were used to sign the digest files within the specified time range. The public key is needed to validate digest files that were signed with its corresponding private key. CloudTrail uses different private/public key pairs per region. Each digest file is signed with a private key unique to its region. Therefore, when you validate a digest file from a particular region, you must look in the same region for its corresponding public key.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudTrail.AmazonCloudTrailRequest
      Amazon.CloudTrail.Model.ListPublicKeysRequest

Namespace: Amazon.CloudTrail.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ListPublicKeysRequest : AmazonCloudTrailRequest
         IRequestEvents

The ListPublicKeysRequest type exposes the following members

Constructors

NameDescription
Public Method ListPublicKeysRequest()

Properties

NameTypeDescription
Public Property EndTime System.DateTime Gets and sets the property EndTime.

Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

Public Property NextToken System.String Gets and sets the property NextToken.

Reserved for future use.

Public Property StartTime System.DateTime Gets and sets the property StartTime.

Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8