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.

Information about the external key that is associated with a KMS key in an external key store.

This element appears in a CreateKey or DescribeKey response only for a KMS key in an external key store.

The external key is a symmetric encryption key that is hosted by an external key manager outside of Amazon Web Services. When you use the KMS key in an external key store in a cryptographic operation, the cryptographic operation is performed in the external key manager using the specified external key. For more information, see External key in the Key Management Service Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.KeyManagementService.Model.XksKeyConfigurationType

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

Syntax

C#
public class XksKeyConfigurationType

The XksKeyConfigurationType type exposes the following members

Constructors

NameDescription
Public Method XksKeyConfigurationType()

Properties

NameTypeDescription
Public Property Id System.String

Gets and sets the property Id.

The ID of the external key in its external key manager. This is the ID that the external key store proxy uses to identify the external key.

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