Compartilhar via


ObjectIdentifier.IsObjectIdentifier(String, String) Método

Definição

Verifica se o identificador pertence a um objeto do cofre de chaves.

protected static bool IsObjectIdentifier (string collection, string identifier);
static member IsObjectIdentifier : string * string -> bool
Protected Shared Function IsObjectIdentifier (collection As String, identifier As String) As Boolean

Parâmetros

collection
String

A coleção de objetos, por exemplo, 'keys', 'secrets' e 'certificates'.

identifier
String

O identificador de objeto do cofre de chaves.

Retornos

True se o identificador pertencer a um objeto do cofre de chaves. De outra forma, falso.

Aplica-se a