KeyData Property

The downloaded key information.

Syntax

public AWSKeyData KeyData { get; }
Public ReadOnly Property KeyData As AWSKeyData

Remarks

This property holds an AWSKeyData object. It may represent any of the following, depending on which method was called:

  • When GetPublicKey is called, it will contain the specified CMK's public key, plus additional information about it.
  • When GenerateDataKey is called, it will contain the data key and information about it.
  • When GenerateDataKeyPair is called, it will contain the data key pair and information about it.

This property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 .NET Edition - Version 20.0 [Build 8157]