C# Класс Amazon.CertificateManager.Model.GetCertificateRequest

Container for the parameters to the GetCertificate operation. Retrieves an ACM Certificate and certificate chain for the certificate specified by an ARN. The chain is an ordered list of certificates that contains the root certificate, intermediate certificates of subordinate CAs, and the ACM Certificate. The certificate and certificate chain are base64 encoded. If you want to decode the certificate chain to see the individual certificate fields, you can use OpenSSL.

Currently, ACM Certificates can be used only with Elastic Load Balancing and Amazon CloudFront.

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

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

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

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

GetCertificateRequest ( string certificateArn ) : System

Instantiates GetCertificateRequest with the parameterized properties

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

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

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

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

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

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

Instantiates GetCertificateRequest with the parameterized properties
public GetCertificateRequest ( string certificateArn ) : System
certificateArn string String that contains a certificate ARN in the following format: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
Результат System