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 |