Skip to content

Latest commit

 

History

History
115 lines (82 loc) · 2.64 KB

ns-ntsecpkg-secpkg_credential.md

File metadata and controls

115 lines (82 loc) · 2.64 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:ntsecpkg._SECPKG_CREDENTIAL
SECPKG_CREDENTIAL (ntsecpkg.h)
Specifies the credentials.
*PSECPKG_CREDENTIAL
PSECPKG_CREDENTIAL
PSECPKG_CREDENTIAL structure pointer [Security]
SECPKG_CREDENTIAL
SECPKG_CREDENTIAL structure [Security]
ntsecpkg/PSECPKG_CREDENTIAL
ntsecpkg/SECPKG_CREDENTIAL
security.secpkg_credential
security\secpkg_credential.htm
security
67BB382B-E6DB-4E93-90EE-6441751220B9
12/05/2018
*PSECPKG_CREDENTIAL, PSECPKG_CREDENTIAL, PSECPKG_CREDENTIAL structure pointer [Security], SECPKG_CREDENTIAL, SECPKG_CREDENTIAL structure [Security], ntsecpkg/PSECPKG_CREDENTIAL, ntsecpkg/SECPKG_CREDENTIAL, security.secpkg_credential
ntsecpkg.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
SECPKG_CREDENTIAL, *PSECPKG_CREDENTIAL
19H1
_SECPKG_CREDENTIAL
ntsecpkg/_SECPKG_CREDENTIAL
PSECPKG_CREDENTIAL
ntsecpkg/PSECPKG_CREDENTIAL
SECPKG_CREDENTIAL
ntsecpkg/SECPKG_CREDENTIAL
c++
APIRef
kbSyntax
HeaderDef
Ntsecpkg.h
SECPKG_CREDENTIAL

SECPKG_CREDENTIAL structure

-description

Specifies the credentials.

-struct-fields

-field Version

The version.

-field cbHeaderLength

The length of the header.

-field cbStructureLength

The length of the structure, including the header, so that all of the content is in a contiguous buffer.

-field ClientProcess

The identity of the client process.

-field ClientThread

The identity of the client thread.

-field LogonId

The logon identity of the caller.

-field ClientToken

The client token of the caller.

-field SessionId

The session identity of the caller.

-field ModifiedId

The modified identity of the caller.

-field fCredentials

The credentials that are passed in or returned.

-field Flags

The credential flags.

-field PrincipalName

Not currently used.

-field PackageList

The list of packages. This member is only relevant to SPNego.

-field MarshaledSuppliedCreds

The supplied credentials that are marshaled. This member contains a SECPKG_SUPPLIED_CREDENTIAL structure.