Deleting a Key using the Key Name
To delete a key:
Call the
DeleteKey
method from theNaeKeyManagement
class.Pass the key name as an argument that you want to delete .
Note
You cannot delete a specific version of the key.
Your suggested change has been received. Thank you.
Please Note:
To delete a key:
Call the DeleteKey
method from the NaeKeyManagement
class.
NaeKeyManagement nkm = new NaeKeyManagement(session);
Pass the key name as an argument that you want to delete .
nkm.DeleteKey(keyName);
Note
You cannot delete a specific version of the key.
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….