MongoDB\Driver\ClientEncryption::getKey

(mongodb >=1.15.0)

MongoDB\Driver\ClientEncryption::getKeyGets a key document

Descrição

final public MongoDB\Driver\ClientEncryption::getKey(MongoDB\BSON\Binary $keyId): ?object

Finds a single key document in the key vault collection with the given UUID keyId.

Parâmetros

keyId

A MongoDB\BSON\Binary instance with subtype 4 (UUID) identifying the key document.

Valor Retornado

Returns the key document, or null if no document matched.

Erros/Exceções

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top