The SigningCertificate data type contains information about an X.509 signing certificate.

This data type is used as a response element in the actions UploadSigningCertificate and ListSigningCertificates.

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class SigningCertificate
Public Class SigningCertificate
public ref class SigningCertificate

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SigningCertificate()()()()
Initializes a new instance of the SigningCertificate class
CertificateBody
The contents of the signing certificate.

Constraints:

Length
1 - 16384
Pattern
[\u0009\u000A\u000D\u0020-\u00FF]+

CertificateId
The ID for the signing certificate.

Constraints:

Length
24 - 128
Pattern
[\w]*

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.)
Status
The status of the signing certificate. Active means the key is valid for API calls, while Inactive means it is not.

Constraints:

Allowed Values
Active, Inactive

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UploadDate
The date when the signing certificate was uploaded.
UserName
Name of the user the signing certificate is associated with.

Constraints:

Length
1 - 64
Pattern
[\w+=,.@-]*

WithCertificateBody(String)
Sets the CertificateBody property
WithCertificateId(String)
Sets the CertificateId property
WithStatus(String)
Sets the Status property
WithUploadDate(DateTime)
Sets the UploadDate property
WithUserName(String)
Sets the UserName property

Inheritance Hierarchy

System..::..Object
  Amazon.IdentityManagement.Model..::..SigningCertificate

See Also