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
The contents of the public key certificate.

Constraints:

Length
1 - 16384
Pattern
[\u0009\u000A\u000D\u0020-\u00FF]+


CertificateChain
The contents of the public key certificate chain.

Constraints:

Length
1 - 2097152
Pattern
[\u0009\u000A\u000D\u0020-\u00FF]*


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
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

Inheritance Hierarchy
Object
ServerCertificate

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)