SpSaveCredentials function
Applies to: desktop apps only
Saves a supplemental credential to the user object.
Syntax
NTSTATUS SpSaveCredentials( __in LSA_SEC_HANDLE CredentialHandle, __in PSecBuffer Credentials );
Parameters
- CredentialHandle [in]
-
A handle to the credential to save.
- Credentials [in]
-
Pointer to a SecBuffer structure containing the credential information to be saved.
Return value
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.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 3/13/2012