Partager via


RpcMgmtInqDefaultProtectLevel, fonction (rpcdce.h)

La fonction RpcMgmtInqDefaultProtectLevel retourne le niveau d’authentification par défaut pour un service d’authentification.

Syntaxe

RPC_STATUS RpcMgmtInqDefaultProtectLevel(
  unsigned long AuthnSvc,
  unsigned long *AuthnLevel
);

Paramètres

AuthnSvc

Service d’authentification pour lequel retourner le niveau d’authentification par défaut. Les valeurs valides sont la constante pour tout fournisseur de sécurité valide.

AuthnLevel

Retourne le niveau d’authentification par défaut pour le service d’authentification spécifié. Le niveau d’authentification détermine le degré de protection des communications authentifiées entre le client et le serveur. Pour plus d’informations, consultez Constantes de niveau d’authentification.

Valeur retournée

Valeur Signification
RPC_S_OK
L’appel a réussi.
RPC_S_UNKNOWN_AUTH_SERVICE
Service d’authentification inconnu.
 
Note Pour obtenir la liste des codes d’erreur valides, consultez Valeurs de retour RPC.
 

Notes

Une application appelle la fonction RpcMgmtInqDefaultProtectLevel pour obtenir le niveau d’authentification par défaut pour un service d’authentification spécifié.

Spécifications

   
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
Plateforme cible Windows
En-tête rpcdce.h (inclure Rpc.h)
Bibliothèque Rpcrt4.lib
DLL Rpcrt4.dll

Voir aussi

RpcMgmtInqComTimeout

RpcMgmtInqIfIds