AWS SDK Version 3 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.

A reference to an object that represents a Transport Layer Security (TLS) client policy.

Inheritance Hierarchy

System.Object
  Amazon.AppMesh.Model.ClientPolicyTls

Namespace: Amazon.AppMesh.Model
Assembly: AWSSDK.AppMesh.dll
Version: 3.x.y.z

Syntax

C#
public class ClientPolicyTls

The ClientPolicyTls type exposes the following members

Constructors

NameDescription
Public Method ClientPolicyTls()

Properties

NameTypeDescription
Public Property Certificate Amazon.AppMesh.Model.ClientTlsCertificate

Gets and sets the property Certificate.

A reference to an object that represents a client's TLS certificate.

Public Property Enforce System.Boolean

Gets and sets the property Enforce.

Whether the policy is enforced. The default is True, if a value isn't specified.

Public Property Ports System.Collections.Generic.List<System.Int32>

Gets and sets the property Ports.

One or more ports that the policy is enforced for.

Public Property Validation Amazon.AppMesh.Model.TlsValidationContext

Gets and sets the property Validation.

A reference to an object that represents a TLS validation context.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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