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 UploadServerCertificate operation. Uploads a server certificate entity for the AWS account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded.

For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to Working with Server Certificates in the IAM User Guide.

For information about the number of server certificates you can upload, see Limitations on IAM Entities and Objects in the IAM User Guide.

Because the body of the public key certificate, private key, and the certificate chain can be large, you should use POST rather than GET when calling UploadServerCertificate. 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 Calling the API by Making HTTP Query Requests in the IAM User Guide.

Inheritance Hierarchy

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

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

Syntax

C#
public class UploadServerCertificateRequest : AmazonIdentityManagementServiceRequest
         IRequestEvents

The UploadServerCertificateRequest type exposes the following members

Constructors

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

Properties

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

The contents of the public key certificate in PEM-encoded format.

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

The contents of the certificate chain. This is typically a concatenation of the PEM-encoded public key certificates of the chain.

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

The path for the server certificate. For more information about paths, see IAM Identifiers in the Using IAM guide.

This parameter is optional. If it is not included, it defaults to a slash (/).

If you are uploading a server certificate specifically for use with Amazon CloudFront distributions, you must specify a path using the --path option. The path must begin with /cloudfront and must include a trailing slash (for example, /cloudfront/test/).
Public Property PrivateKey System.String Gets and sets the property PrivateKey.

The contents of the private key in PEM-encoded format.

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

The name for the server certificate. Do not include the path in this value. The name of the certificate cannot contain any spaces.

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