Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Frees the memory allocated for the specified identity structure.
Syntax
VOID SEC_ENTRY SspiFreeAuthIdentity(
[in] PSEC_WINNT_AUTH_IDENTITY_OPAQUE AuthData
);
Parameters
[in] AuthData
The identity structure to free.
Return value
If the function succeeds, it returns SEC_E_OK.
If the function fails, it returns a nonzero error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | sspi.h |
| Library | Secur32.lib |
| DLL | SspiCli.dll |