Skip to content

Latest commit

 

History

History
107 lines (84 loc) · 3.88 KB

ns-subauth-netlogon_logon_identity_info.md

File metadata and controls

107 lines (84 loc) · 3.88 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:subauth._NETLOGON_LOGON_IDENTITY_INFO
NETLOGON_LOGON_IDENTITY_INFO (subauth.h)
Used to pass information about a user for logon subauthentication.
*PNETLOGON_LOGON_IDENTITY_INFO
CLEARTEXT_PASSWORD_ALLOWED
NETLOGON_LOGON_IDENTITY_INFO
NETLOGON_LOGON_IDENTITY_INFO structure [Security]
PNETLOGON_LOGON_IDENTITY_INFO
PNETLOGON_LOGON_IDENTITY_INFO structure pointer [Security]
_lsa_netlogon_logon_identity_info
security.netlogon_logon_identity_info
subauth/NETLOGON_LOGON_IDENTITY_INFO
subauth/PNETLOGON_LOGON_IDENTITY_INFO
security\netlogon_logon_identity_info.htm
security
b9cdf09f-897c-407e-80ba-e18c9ba667ec
12/05/2018
*PNETLOGON_LOGON_IDENTITY_INFO, CLEARTEXT_PASSWORD_ALLOWED, NETLOGON_LOGON_IDENTITY_INFO, NETLOGON_LOGON_IDENTITY_INFO structure [Security], PNETLOGON_LOGON_IDENTITY_INFO, PNETLOGON_LOGON_IDENTITY_INFO structure pointer [Security], _lsa_netlogon_logon_identity_info, security.netlogon_logon_identity_info, subauth/NETLOGON_LOGON_IDENTITY_INFO, subauth/PNETLOGON_LOGON_IDENTITY_INFO
subauth.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
NETLOGON_LOGON_IDENTITY_INFO, *PNETLOGON_LOGON_IDENTITY_INFO
19H1
_NETLOGON_LOGON_IDENTITY_INFO
subauth/_NETLOGON_LOGON_IDENTITY_INFO
PNETLOGON_LOGON_IDENTITY_INFO
subauth/PNETLOGON_LOGON_IDENTITY_INFO
NETLOGON_LOGON_IDENTITY_INFO
subauth/NETLOGON_LOGON_IDENTITY_INFO
c++
APIRef
kbSyntax
HeaderDef
Subauth.h
NETLOGON_LOGON_IDENTITY_INFO

NETLOGON_LOGON_IDENTITY_INFO structure

-description

The NETLOGON_LOGON_IDENTITY_INFO structure is used to pass information about a user for logon subauthentication.

It is used by Msv1_0SubAuthenticationRoutine and Msv1_0SubAuthenticationFilter.

-struct-fields

-field LogonDomainName

Pointer to a UNICODE_STRING containing the name of the logon domain. The specified domain name must be a domain that is trusted by this machine. If the logon domain is unknown, such as a down-level client that does not supply this information, this member should be NULL.

-field ParameterControl

Specifies attributes of the other function parameters.

Value Meaning
CLEARTEXT_PASSWORD_ALLOWED
Specifies that CaseSensitiveChallengeResponse and CaseInsensitiveChallengeResponse are allowed to be the user's plaintext password.

-field LogonId

Uniquely identifies the logon session.

-field UserName

Pointer to a UNICODE_STRING identifying the account name of the user attempting to log on.

-field Workstation

Pointer to a UNICODE_STRING identifying the workstation from which the user is attempting to log on. NULL indicates that the workstation identity is unknown.