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.
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 |
| Member | Description | |
|---|---|---|
| SigningCertificate()()()() | Initializes a new instance of the SigningCertificate class | |
| CertificateBody |
The contents of the signing certificate.
Constraints: | |
| CertificateId |
The ID for the signing certificate.
Constraints: | |
| Equals(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: | |
| ToString()()()() | (Inherited from Object.) | |
| UploadDate |
The date when the signing certificate was uploaded.
| |
| UserName |
Name of the user the signing certificate is associated with.
Constraints: | |
| 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
|