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

Contains information about a server certificate without its certificate body, certificate chain, and private key.

This data type is used as a response element in the UploadServerCertificate and ListServerCertificates actions.

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

공개 메소드들

메소드 설명
ServerCertificateMetadata ( ) : System

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

ServerCertificateMetadata ( string path, string serverCertificateName, string serverCertificateId, string arn ) : System

Instantiates ServerCertificateMetadata with the parameterized properties

비공개 메소드들

메소드 설명
IsSetArn ( ) : bool
IsSetExpiration ( ) : bool
IsSetPath ( ) : bool
IsSetServerCertificateId ( ) : bool
IsSetServerCertificateName ( ) : bool
IsSetUploadDate ( ) : bool

메소드 상세

ServerCertificateMetadata() 공개 메소드

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

ServerCertificateMetadata() 공개 메소드

Instantiates ServerCertificateMetadata with the parameterized properties
public ServerCertificateMetadata ( string path, string serverCertificateName, string serverCertificateId, string arn ) : System
path string The path to the server certificate. For more information about paths, see IAM Identifiers in the Using IAM guide.
serverCertificateName string The name that identifies the server certificate.
serverCertificateId string The stable and unique string identifying the server certificate. For more information about IDs, see IAM Identifiers in the Using IAM guide.
arn string The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.
리턴 System