Contains the result of a successful invocation of the UploadServerCertificate action.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class UploadServerCertificateResult
Public Class UploadServerCertificateResult
public ref class UploadServerCertificateResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| UploadServerCertificateResult()()()() | Initializes a new instance of the UploadServerCertificateResult class | |
| 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 uploaded server certificate without its certificate body, certificate chain, and private key.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithServerCertificateMetadata(ServerCertificateMetadata) |
Sets the ServerCertificateMetadata property
|