C# Класс Amazon.IdentityManagement.Model.UploadSigningCertificateRequest

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, 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 UploadSigningCertificate. For more information, see Using the Query API in Using AWS Identity and Access Management.

Наследование: Amazon.Runtime.AmazonWebServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
UploadSigningCertificateRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

UploadSigningCertificateRequest ( string certificateBody ) : System

Instantiates UploadSigningCertificateRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetCertificateBody ( ) : bool
IsSetUserName ( ) : bool

Описание методов

UploadSigningCertificateRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public UploadSigningCertificateRequest ( ) : System
Результат System

UploadSigningCertificateRequest() публичный Метод

Instantiates UploadSigningCertificateRequest with the parameterized properties
public UploadSigningCertificateRequest ( string certificateBody ) : System
certificateBody string The contents of the signing certificate. This parameter allows (per its regex pattern) a string of characters consisting of any printable ASCII character ranging from the space character (\u0020) through end of the ASCII character range (\u00FF). It also includes the special characters tab (\u0009), line feed (\u000A), and carriage return (\u000D).
Результат System