AWS SDK for .NET Documentation
SigningCertificate Class
AmazonAmazon.IdentityManagement.ModelSigningCertificate Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class SigningCertificate
Members
All MembersConstructorsMethodsProperties



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

CertificateBody
Gets and sets the property CertificateBody.

The contents of the signing certificate.


CertificateId
Gets and sets the property CertificateId.

The ID for the signing certificate.


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
Gets and sets the property Status.

The status of the signing certificate.

CopyC#
Active
means the key is valid for API calls, while
CopyC#
Inactive
means it is not.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UploadDate
Gets and sets the property UploadDate.

The date when the signing certificate was uploaded.


UserName
Gets and sets the property UserName.

Name of the user the signing certificate is associated with.


WithCertificateBody(String) Obsolete.
Sets the CertificateBody property

WithCertificateId(String) Obsolete.
Sets the CertificateId property

WithStatus(String) Obsolete.
Sets the Status property

WithUploadDate(DateTime) Obsolete.
Sets the UploadDate property

WithUserName(String) Obsolete.
Sets the UserName property

Inheritance Hierarchy
Object
SigningCertificate

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