Skip to content

Latest commit

 

History

History
182 lines (159 loc) · 4.85 KB

ns-ntsecapi-kerb_external_name.md

File metadata and controls

182 lines (159 loc) · 4.85 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:ntsecapi._KERB_EXTERNAL_NAME
KERB_EXTERNAL_NAME (ntsecapi.h)
Contains information about an external name.
*PKERB_EXTERNAL_NAME
KERB_EXTERNAL_NAME
KERB_EXTERNAL_NAME structure [Security]
KRB_NT_ENTERPRISE_PRINCIPAL
KRB_NT_ENT_PRINCIPAL_AND_ID
KRB_NT_MS_PRINCIPAL_AND_ID
KRB_NT_MS_PRINICPAL
KRB_NT_PRINCIPAL
KRB_NT_SRV_HST
KRB_NT_SRV_INST
KRB_NT_SRV_XHST
KRB_NT_UID
KRB_NT_UNKNOWN
PKERB_EXTERNAL_NAME
PKERB_EXTERNAL_NAME structure pointer [Security]
_lsa_kerb_external_name
ntsecapi/KERB_EXTERNAL_NAME
ntsecapi/PKERB_EXTERNAL_NAME
security.kerb_external_name
security\kerb_external_name.htm
security
8ed37546-6443-4010-a078-4359dd1c2861
12/05/2018
*PKERB_EXTERNAL_NAME, KERB_EXTERNAL_NAME, KERB_EXTERNAL_NAME structure [Security], KRB_NT_ENTERPRISE_PRINCIPAL, KRB_NT_ENT_PRINCIPAL_AND_ID, KRB_NT_MS_PRINCIPAL_AND_ID, KRB_NT_MS_PRINICPAL, KRB_NT_PRINCIPAL, KRB_NT_SRV_HST, KRB_NT_SRV_INST, KRB_NT_SRV_XHST, KRB_NT_UID, KRB_NT_UNKNOWN, PKERB_EXTERNAL_NAME, PKERB_EXTERNAL_NAME structure pointer [Security], _lsa_kerb_external_name, ntsecapi/KERB_EXTERNAL_NAME, ntsecapi/PKERB_EXTERNAL_NAME, security.kerb_external_name
ntsecapi.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
KERB_EXTERNAL_NAME, *PKERB_EXTERNAL_NAME
19H1
_KERB_EXTERNAL_NAME
ntsecapi/_KERB_EXTERNAL_NAME
PKERB_EXTERNAL_NAME
ntsecapi/PKERB_EXTERNAL_NAME
KERB_EXTERNAL_NAME
ntsecapi/KERB_EXTERNAL_NAME
c++
APIRef
kbSyntax
HeaderDef
Ntsecapi.h
KERB_EXTERNAL_NAME

KERB_EXTERNAL_NAME structure

-description

The KERB_EXTERNAL_NAME structure contains information about an external name.

An external name is one used by external users. This structure is used by the KERB_EXTERNAL_TICKET structure.

-struct-fields

-field NameType

Indicates the type of the names stored in this structure.

Value Meaning
KRB_NT_UNKNOWN
Unknown name type.
KRB_NT_PRINCIPAL
Name of the user or a Kerberos name type principal in the case of a DCE.
KRB_NT_SRV_INST
Service name and other unique name as instance (krbtgt).
KRB_NT_SRV_HST
Service name with host name as instance (telnet, rcommands).
KRB_NT_SRV_XHST
Service name with host as instance other than krbtgt, telnet, or rcommands.
KRB_NT_UID
Unique ID.
KRB_NT_ENTERPRISE_PRINCIPAL
User principal name (UPN) or service principal name (SPN).
KRB_NT_ENT_PRINCIPAL_AND_ID
UPN and security identifier (SID).
KRB_NT_MS_PRINICPAL
Windows NT 4.0–style name.
KRB_NT_MS_PRINCIPAL_AND_ID
Windows NT 4.0–style name with SID.

-field NameCount

Indicates the number of names stored in Names.

-field Names

Array of UNICODE_STRINGS containing the names.