SspiUnmarshalAuthIdentity function
Deserializes the specified array of byte values into an identity structure.
Syntax
SECURITY_STATUS SspiUnmarshalAuthIdentity( _In_ unsigned long AuthIdentityLength, _In_ char *AuthIdentityByteArray, _Out_ PSEC_WINNT_AUTH_IDENTITY_OPAQUE *ppAuthIdentity );
Parameters
- AuthIdentityLength [in]
-
The size, in bytes, of the AuthIdentityByteArray array.
- AuthIdentityByteArray [in]
-
The array of byte values to deserialize.
- ppAuthIdentity [out]
-
The deserialized identity structure.
Return value
If the function succeeds, it returns SEC_E_OK.
If the function fails, it returns a nonzero error code.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: