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

If the

CopyC#
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, this API can be used to manage root credentials even if the AWS account has no associated users.

Note:
Because the body of a X.509 certificate can be large, you should use POST rather than GET when calling
CopyC#
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 Using IAM.
Declaration Syntax
C#
public class UploadSigningCertificateRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

CertificateBody
Gets and sets the property CertificateBody.

The contents of 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.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UserName
Gets and sets the property UserName.

Name of the user the signing certificate is for.


WithCertificateBody(String) Obsolete.
Sets the CertificateBody property

WithUserName(String) Obsolete.
Sets the UserName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 UploadSigningCertificateRequest

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