MongoDB\Driver\ClientEncryption::getKeyByAltName

(mongodb >=1.15.0)

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

说明

final public 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