Statement on glibc/iconv Vulnerability

MongoDB\Driver\ClientEncryption::getKeyByAltName

(mongodb >=1.15.0)

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

Açıklama

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.

Bağımsız Değişkenler

keyAltName

Alternate name for the key document.

Dönen Değerler

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

Hatalar/İstisnalar

Ayrıca Bakınız

add a note

User Contributed Notes

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