AWS SDK for .NET Documentation
ServerCertificate Class
AmazonAmazon.IdentityManagement.ModelServerCertificate Did this page help you?   Yes   No    Tell us about it...
The ServerCertificate data type contains information about a server certificate.

This data type is used as a response element in the action GetServerCertificate.

Declaration Syntax
C#
public class ServerCertificate
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ServerCertificate()()()()
Initializes a new instance of the ServerCertificate class

CertificateBody
Gets and sets the property CertificateBody.

The contents of the public key certificate.


CertificateChain
Gets and sets the property CertificateChain.

The contents of the public key certificate chain.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ServerCertificateMetadata
Gets and sets the property ServerCertificateMetadata.

The meta information of the server certificate, such as its name, path, ID, and ARN.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCertificateBody(String) Obsolete.
Sets the CertificateBody property

WithCertificateChain(String) Obsolete.
Sets the CertificateChain property

WithServerCertificateMetadata(ServerCertificateMetadata) Obsolete.
Sets the ServerCertificateMetadata property

Inheritance Hierarchy
Object
ServerCertificate

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)