ScheduleKeyDeletion Method

Schedules the deletion of a CMK.

Syntax

public void ScheduleKeyDeletion(string keyId, int daysToWait);
Public Sub ScheduleKeyDeletion(ByVal KeyId As String, ByVal DaysToWait As Integer)

Remarks

This method schedules the deletion of the CMK specified by KeyId. The DaysToWait parameter specifies the length of the waiting period; it must be a value between 7 and 30.

When a CMK is scheduled for deletion, it cannot be used. This is a safety feature designed to help identify any code that still relies on the CMK.

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