C# Class Amazon.KeyManagementService.Model.DeleteImportedKeyMaterialRequest

Container for the parameters to the DeleteImportedKeyMaterial operation. Deletes key material that you previously imported and makes the specified customer master key (CMK) unusable. For more information about importing key material into AWS KMS, see Importing Key Material in the AWS Key Management Service Developer Guide.

When the specified CMK is in the PendingDeletion state, this operation does not change the CMK's state. Otherwise, it changes the CMK's state to PendingImport.

After you delete key material, you can use ImportKeyMaterial to reimport the same key material into the CMK.

Inheritance: AmazonKeyManagementServiceRequest
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetKeyId ( ) : bool