DeleteSecret Method

Deletes a secret.

Syntax

public void DeleteSecret(string secretName);
Public Sub DeleteSecret(ByVal SecretName As String)

Remarks

This method permanently deletes a secret and all of its versions.

To make individual versions inaccessible (either temporarily or permanently), use the SetVersionEnabled or DestroyVersion method instead.

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