C# Class Amazon.CloudTrail.Model.ListPublicKeysRequest

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: AmazonCloudTrailRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetEndTime ( ) : bool
IsSetNextToken ( ) : bool
IsSetStartTime ( ) : bool