Share via


DeletedSecretIdentifier.IsDeletedSecretIdentifier(String) Method

Definition

Verifies whether the identifier belongs to a key vault deleted secret.

public static bool IsDeletedSecretIdentifier (string identifier);
static member IsDeletedSecretIdentifier : string -> bool
Public Shared Function IsDeletedSecretIdentifier (identifier As String) As Boolean

Parameters

identifier
String

The key vault secret identifier.

Returns

True if the identifier belongs to a key vault deleted secret. False otherwise.

Applies to