C# 클래스 Amazon.IdentityManagement.Model.GetServerCertificateRequest

Container for the parameters to the GetServerCertificate operation. Retrieves information about the specified server certificate stored in IAM.

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.

상속: AmazonIdentityManagementServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
GetServerCertificateRequest ( ) : System

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

GetServerCertificateRequest ( string serverCertificateName ) : System

Instantiates GetServerCertificateRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetServerCertificateName ( ) : bool

메소드 상세

GetServerCertificateRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public GetServerCertificateRequest ( ) : System
리턴 System

GetServerCertificateRequest() 공개 메소드

Instantiates GetServerCertificateRequest with the parameterized properties
public GetServerCertificateRequest ( string serverCertificateName ) : System
serverCertificateName string The name of the server certificate you want to retrieve information about. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
리턴 System