MongoDB\Driver\ClientEncryption::getKeyByAltName
PHP Manual
PHP Manual»MongoDB\Driver\ClientEncryption»MongoDB\Driver\ClientEncryption::getKeyByAltName

MongoDB\Driver\ClientEncryption::getKeyByAltName

(mongodb >=1.15.0)

MongoDB\Driver\ClientEncryption::getKeyByAltNameGets a key document by an alternate name

Опис

final public function MongoDB\Driver\ClientEncryption::getKeyByAltName(string $keyAltName): ?object

Finds a single key document in the key vault collection with the given alternate name keyAltName.

Параметри

keyAltName
Alternate name for the key document.

Значення, що повертаються

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

Помилки/виключення

Прогляньте також

To Top