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
 Declaration Syntax| C# | 
public class ServerCertificate
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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
 Inheritance Hierarchy| Object | |
|  | ServerCertificate |