Amazon.KeyManagementService.AmazonKeyManagementServiceClient.DeleteImportedKeyMaterial C# (CSharp) Метод

DeleteImportedKeyMaterial() публичный Метод

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.

/// The system timed out while trying to fulfill the request. The request can be retried. /// /// The request was rejected because a specified ARN was not valid. /// /// The request was rejected because an internal exception occurred. The request can be /// retried. /// /// The request was rejected because the state of the specified resource is not valid /// for this request. /// /// /// /// For more information about how key state affects the use of a CMK, see How /// Key State Affects Use of a Customer Master Key in the AWS Key Management Service /// Developer Guide. /// /// /// The request was rejected because the specified entity or resource could not be found. /// /// The request was rejected because a specified parameter is not supported or a specified /// resource is not valid for this operation. ///
public DeleteImportedKeyMaterial ( DeleteImportedKeyMaterialRequest request ) : DeleteImportedKeyMaterialResponse
request Amazon.KeyManagementService.Model.DeleteImportedKeyMaterialRequest Container for the necessary parameters to execute the DeleteImportedKeyMaterial service method.
Результат DeleteImportedKeyMaterialResponse
        public DeleteImportedKeyMaterialResponse DeleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest request)
        {
            var marshaller = new DeleteImportedKeyMaterialRequestMarshaller();
            var unmarshaller = DeleteImportedKeyMaterialResponseUnmarshaller.Instance;

            return Invoke<DeleteImportedKeyMaterialRequest,DeleteImportedKeyMaterialResponse>(request, marshaller, unmarshaller);
        }
AmazonKeyManagementServiceClient