MongoDB\Driver\ClientEncryption::getKeyByAltName

(mongodb >=1.15.0)

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

説明

finalpublicMongoDB\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