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.

C# |
public class SigningCertificate

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | 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) | (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. |
![]() | 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
|

Object | |
![]() | SigningCertificate |