AWS SDK for .NET Documentation
ListSigningCertificatesResult Class
AmazonAmazon.IdentityManagement.ModelListSigningCertificatesResult Did this page help you?   Yes   No    Tell us about it...

Contains the result of a successful invocation of the ListSigningCertificates action.

Declaration Syntax
C#
public class ListSigningCertificatesResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListSigningCertificatesResult()()()()
Initializes a new instance of the ListSigningCertificatesResult class

Certificates
A list of the user's signing certificate information.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
IsTruncated
A flag that indicates whether there are more certificate IDs to list. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more certificates in the list.

Marker
If IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

Constraints:

Length
1 - 320
Pattern
[\u0020-\u00FF]*


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCertificates(array<SigningCertificate>[]()[][])
Adds elements to the Certificates collection

WithCertificates(IEnumerable<(Of <<'(SigningCertificate>)>>))
Adds elements to the Certificates collection

WithIsTruncated(Boolean)
Sets the IsTruncated property

WithMarker(String)
Sets the Marker property

Inheritance Hierarchy
Object
ListSigningCertificatesResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)