Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SspiIsAuthIdentityEncrypted function (sspi.h)

Indicates whether the specified identity structure is encrypted.

Syntax

BOOLEAN SEC_ENTRY SspiIsAuthIdentityEncrypted(
 [in] PSEC_WINNT_AUTH_IDENTITY_OPAQUE EncryptedAuthData
);

Parameters

[in] EncryptedAuthData

The identity structure to test.

Return value

TRUE if the identity structure specified by the EncryptedAuthData parameter is encrypted; otherwise, FALSE.

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

Feedback

Was this page helpful?

Additional resources