C# 클래스 Amazon.IdentityManagement.Model.ListSigningCertificatesRequest

Container for the parameters to the ListSigningCertificates operation.

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 MaxItems and Marker parameters.

If the 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.

상속: AmazonIdentityManagementServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
ListSigningCertificatesRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

비공개 메소드들

메소드 설명
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetUserName ( ) : bool

메소드 상세

ListSigningCertificatesRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public ListSigningCertificatesRequest ( ) : System
리턴 System