Creating a New Version of the Versioned Key
You can create a new version of a versioned key though API or Management Console using the NaeKeyManagement
class.
void SetKeyParameter(string keyName, KeyParameterType keyParamType, KeyParameterValue keyParamValue)
Pass KeyParameterType.KeyVersion
for KeyParameterType
and KeyParameterValue.Version_Increment
for KeyParameterValue
.