Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 2.67 KB

nc-ntsecpkg-spsavecredentialsfn.md

File metadata and controls

90 lines (67 loc) · 2.67 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
NC:ntsecpkg.SpSaveCredentialsFn
SpSaveCredentialsFn (ntsecpkg.h)
Saves a supplemental credential to the user object.
SpSaveCredentials
SpSaveCredentials callback function [Security]
SpSaveCredentialsFn
SpSaveCredentialsFn callback
_ssp_spsavecredentials
ntsecpkg/SpSaveCredentials
security.spsavecredentials
security\spsavecredentials.htm
security
15983acb-6fa3-4c53-9ede-a41db95c82f1
12/05/2018
SpSaveCredentials, SpSaveCredentials callback function [Security], SpSaveCredentialsFn, SpSaveCredentialsFn callback, _ssp_spsavecredentials, ntsecpkg/SpSaveCredentials, security.spsavecredentials
ntsecpkg.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
SpSaveCredentialsFn
ntsecpkg/SpSaveCredentialsFn
c++
APIRef
kbSyntax
UserDefined
Ntsecpkg.h
SpSaveCredentials

SpSaveCredentialsFn callback function

-description

Saves a supplemental credential to the user object.

-parameters

-param CredentialHandle [in]

A handle to the credential to save.

-param Credentials [in]

Pointer to a SecBuffer structure containing the credential information to be saved.

-returns

If the function succeeds, return STATUS_SUCCESS.

If the function fails, return an NTSTATUS code that indicates the reason it failed.

-remarks

SSP/APs must implement the SpSaveCredentials function; however, the actual name given to the implementation is up to the developer.

A pointer to the SpSaveCredentials function is available in the SECPKG_FUNCTION_TABLE structure received from the SpLsaModeInitialize function.

-see-also

SECPKG_FUNCTION_TABLE

SpLsaModeInitialize

SpMarshallSupplementalCreds