Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 1.83 KB

nf-sspi-sspimarshalauthidentity.md

File metadata and controls

74 lines (59 loc) · 1.83 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
NF:sspi.SspiMarshalAuthIdentity
SspiMarshalAuthIdentity function (sspi.h)
Serializes the specified identity structure into a byte array.
SspiMarshalAuthIdentity
SspiMarshalAuthIdentity function [Security]
security.sspimarshalauthidentity
sspi/SspiMarshalAuthIdentity
security\sspimarshalauthidentity.htm
security
e43135ad-7fcd-4da6-a4e4-c91c41eeb865
12/05/2018
SspiMarshalAuthIdentity, SspiMarshalAuthIdentity function [Security], security.sspimarshalauthidentity, sspi/SspiMarshalAuthIdentity
sspi.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Secur32.lib
SspiCli.dll
Windows
19H1
SspiMarshalAuthIdentity
sspi/SspiMarshalAuthIdentity
c++
APIRef
kbSyntax
DllExport
SspiCli.dll
SspiMarshalAuthIdentity

SspiMarshalAuthIdentity function

-description

Serializes the specified identity structure into a byte array.

-parameters

-param AuthIdentity [in]

The identity structure to serialize.

-param AuthIdentityLength [out]

The length, in bytes, of the AuthIdentityByteArray array.

-param AuthIdentityByteArray [out]

A pointer to an array of byte values that represents the identity specified by the AuthIdentity parameter.

-returns

If the function succeeds, it returns SEC_E_OK.

If the function fails, it returns a nonzero error code.