The ServerCertificate data type contains information about a server certificate.
This data type is used as a response element in the action GetServerCertificate.
| C# |
public class ServerCertificate
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ServerCertificate()()()() | Initializes a new instance of the ServerCertificate class | |
| CertificateBody |
The contents of the public key certificate.
Constraints: | |
| CertificateChain |
The contents of the public key certificate chain.
Constraints: | |
| 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 |
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) |
Sets the CertificateBody property
| |
| WithCertificateChain(String) |
Sets the CertificateChain property
| |
| WithServerCertificateMetadata(ServerCertificateMetadata) |
Sets the ServerCertificateMetadata property
|
| Object | |
| ServerCertificate | |