DeletedKeyIdentifier.IsDeletedKeyIdentifier(String) Method

Definition

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

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

Parameters

identifier
String

The key vault deleted key identifier.

Returns

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

Applies to