Structure MFNetCredentialManagerGetParam (mfidl.h)
Contient les informations d’authentification pour le gestionnaire d’informations d’identification.
Syntaxe
typedef struct _MFNetCredentialManagerGetParam {
HRESULT hrOp;
BOOL fAllowLoggedOnUser;
BOOL fClearTextPackage;
LPCWSTR pszUrl;
LPCWSTR pszSite;
LPCWSTR pszRealm;
LPCWSTR pszPackage;
LONG nRetries;
} MFNetCredentialManagerGetParam;
Membres
hrOp
Code de réponse de la demande d’authentification. Par exemple, NS_E_PROXY_ACCESSDENIED.
fAllowLoggedOnUser
Définissez cet indicateur sur TRUE si les informations d’identification de l’utilisateur actuellement connectés doivent être utilisées comme informations d’identification par défaut.
fClearTextPackage
Si la valeur est TRUE, le package d’authentification envoie des informations d’identification non chiffrées sur le réseau. Sinon, le package d’authentification chiffre les informations d’identification.
pszUrl
URL d’origine qui nécessite une authentification.
pszSite
Nom du site ou du proxy qui nécessite une authentification.
pszRealm
Nom du domaine pour cette authentification.
pszPackage
Nom du package d’authentification. Par exemple, « Digest » ou « MBS_BASIC ».
nRetries
Nombre de fois où le gestionnaire d’informations d’identification doit réessayer après l’échec de l’authentification.
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | mfidl.h |