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

Container for the parameters to the DescribeEncryptionConfiguration operation. Retrieves the encryption configuration for resources and data of your Amazon Web Services account in Amazon Web Services IoT Core. For more information, see Key management in IoT from the Amazon Web Services IoT Core Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoT.AmazonIoTRequest
      Amazon.IoT.Model.DescribeEncryptionConfigurationRequest

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

Syntax

C#
public class DescribeEncryptionConfigurationRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The DescribeEncryptionConfigurationRequest type exposes the following members

Constructors

Examples

DescribeEncryptionConfiguration API operation example

DescribeEncryptionConfiguration


var client = new AmazonIoTClient();
var response = client.DescribeEncryptionConfiguration(new DescribeEncryptionConfigurationRequest 
{
});

ConfigurationDetails configurationDetails = response.ConfigurationDetails;
string encryptionType = response.EncryptionType;
string kmsAccessRoleArn = response.KmsAccessRoleArn;
string kmsKeyArn = response.KmsKeyArn;
DateTime lastModifiedDate = response.LastModifiedDate;

            

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer