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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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