MongoDB\Driver\ClientEncryption::getKeyByAltName
  (mongodb >=1.15.0)
MongoDB\Driver\ClientEncryption::getKeyByAltName — Gets a key document by an alternate name
  
 
  Description
  
   final public MongoDB\Driver\ClientEncryption::getKeyByAltName(string $keyAltName): ?object
  
  
 
  Liste de paramètres
  
   
    - 
keyAltName
- 
     
      Alternate name for the key document.
      
 
 
  Valeurs de retour
  
   Returns the key document, or null if no document matched.
  
  
 
  Erreurs / Exceptions
  
   - Lance une exception MongoDB\Driver\AuthenticationException si une identification est nécessaire mais qu'elle échoue
- Lance une exception MongoDB\Driver\ConnectionException si la connexion au serveur échoue pour une autre raison qu'en raison d'un problème d'identification
- Throws MongoDB\Driver\Exception\RuntimeException on other errors.