AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the UploadSigningCertificate operation. Uploads an X.509 signing certificate and associates it with the specified user. Some AWS services use X.509 signing certificates to validate requests that are signed with a corresponding private key. When you upload the certificate, its default status is Active.

If the UserName field is not specified, the user name is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users.

Because the body of a X.509 certificate can be large, you should use POST rather than GET when calling UploadSigningCertificate. For information about setting up signatures and authorization through the API, go to Signing AWS API Requests in the AWS General Reference. For general information about using the Query API with IAM, go to Making Query Requests in the Using IAMguide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IdentityManagement.AmazonIdentityManagementServiceRequest
      Amazon.IdentityManagement.Model.UploadSigningCertificateRequest

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class UploadSigningCertificateRequest : AmazonIdentityManagementServiceRequest
         IRequestEvents

The UploadSigningCertificateRequest type exposes the following members

Constructors

NameDescription
Public Method UploadSigningCertificateRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method UploadSigningCertificateRequest(string) Instantiates UploadSigningCertificateRequest with the parameterized properties

Properties

NameTypeDescription
Public Property CertificateBody System.String Gets and sets the property CertificateBody.

The contents of the signing certificate.

Public Property UserName System.String Gets and sets the property UserName.

The name of the user the signing certificate is for.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1