MongoDB\Driver\ClientEncryption::removeKeyAltName
PHP function
Edit on GitHub ✎
(mongodb >=1.15.0)
Removes an alternate name from a key document
Description
MongoDB\Driver\ClientEncryption::removeKeyAltName(MongoDB\BSON\Binary $keyId, string $keyAltName): object|null
Removes keyAltName from the set of alternate names for the key document with the given UUID keyId.
Parameters
keyIdA
MongoDB\BSON\Binaryinstance with subtype 4 (UUID) identifying the key document.keyAltNameAlternate name to remove from the key document.
Return Values
Returns the previous version of the key document, or null if no document matched.
Errors/Exceptions
- Throws
MongoDB\Driver\Exception\RuntimeExceptionon other errors.