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
 
The "key encrypting key" materials used in encrypt/decryption. These materials may be either an asymmetric key or a symmetric key but not both.

Inheritance Hierarchy

System.Object
  Amazon.S3.Encryption.EncryptionMaterials

Namespace: Amazon.S3.Encryption
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class EncryptionMaterials : Object

The EncryptionMaterials type exposes the following members

Constructors

NameDescription
Public Method EncryptionMaterials(AsymmetricAlgorithm) Constructs a new EncryptionMaterials object, storing an asymmetric key.
Public Method EncryptionMaterials(SymmetricAlgorithm) Constructs a new EncryptionMaterials object, storing a symmetric key.

Version Information

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