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.

Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.EncryptionEntity

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

Syntax

C#
public class EncryptionEntity

The EncryptionEntity type exposes the following members

Constructors

NameDescription
Public Method EncryptionEntity()

Properties

NameTypeDescription
Public Property FieldPatterns Amazon.CloudFront.Model.FieldPatterns

Gets and sets the property FieldPatterns.

Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

Public Property ProviderId System.String

Gets and sets the property ProviderId.

The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

Public Property PublicKeyId System.String

Gets and sets the property PublicKeyId.

The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

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