AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Describes an app's SSL configuration.

Inheritance Hierarchy

System.Object
  Amazon.OpsWorks.Model.SslConfiguration

Namespace: Amazon.OpsWorks.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class SslConfiguration : Object

The SslConfiguration type exposes the following members

Constructors

NameDescription
Public Method SslConfiguration()

Properties

NameTypeDescription
Public Property Certificate System.String Gets and sets the property Certificate.

The contents of the certificate's domain.crt file.

Public Property Chain System.String Gets and sets the property Chain.

Optional. Can be used to specify an intermediate certificate authority key or client authentication.

Public Property PrivateKey System.String Gets and sets the property PrivateKey.

The private key; the contents of the certificate's domain.kex file.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8