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
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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