MFNetCredentialRequirements, énumération (mfidl.h)
Spécifie la façon dont le gestionnaire d’informations d’identification doit obtenir les informations d’identification de l’utilisateur.
Syntax
typedef enum _MFNetCredentialRequirements {
REQUIRE_PROMPT = 0x1,
REQUIRE_SAVE_SELECTED = 0x2
} MFNetCredentialRequirements;
Constantes
REQUIRE_PROMPT Valeur : 0x1 Le gestionnaire d’informations d’identification doit inviter l’utilisateur à fournir les informations d’identification. |
REQUIRE_SAVE_SELECTED Valeur : 0x2 Note Nécessite Windows 7 ou version ultérieure. Les informations d’identification sont enregistrées dans le stockage persistant. Cet indicateur sert d’indicateur pour l’interface utilisateur de l’application. Si l’application invite l’utilisateur à fournir des informations d’identification, l’interface utilisateur peut indiquer que les informations d’identification ont déjà été enregistrées. |
Notes
L’application implémente le gestionnaire d’informations d’identification, qui doit exposer l’interface IMFNetCredentialManager . Si l’indicateur REQUIRE_PROMPT est défini, le gestionnaire d’informations d’identification doit inviter l’utilisateur à entrer son nom et son mot de passe.
L’objet de cache d’informations d’identification définit l’indicateur REQUIRE_PROMPT si le cache ne contient pas encore d’informations d’identification valides. Il définit également cet indicateur si les informations d’identification sont envoyées en texte brut, sauf si le gestionnaire d’informations d’identification a précédemment défini l’option MFNET_CREDENTIAL_ALLOW_CLEAR_TEXT . (Voir IMFNetCredentialCache::SetUserOptions.)
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 |