AWS SDK for .NET Documentation
ListSigningCertificates Method (request)
AmazonAmazon.IdentityManagementAmazonIdentityManagementServiceClientListSigningCertificates(ListSigningCertificatesRequest) Did this page help you?   Yes   No    Tell us about it...
Returns information about the signing certificates associated with the specified user. If there are none, the action returns an empty list.

Although each user is limited to a small number of signing certificates, you can still paginate the results using the

CopyC#
MaxItems
and
CopyC#
Marker
parameters.

If the

CopyC#
UserName
field is not specified, the user name is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, this API can be used to manage root credentials even if the AWS account has no associated users.

Declaration Syntax
C#
public ListSigningCertificatesResponse ListSigningCertificates(
	ListSigningCertificatesRequest request
)
Parameters
request (ListSigningCertificatesRequest)
Container for the necessary parameters to execute the ListSigningCertificates service method.
Return Value
The response from the ListSigningCertificates service method, as returned by IdentityManagementService.
Exceptions
ExceptionCondition
NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error message describes the entity.

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