SspiIsAuthIdentityEncrypted function
Indicates whether the specified identity structure is encrypted.
Syntax
BOOLEAN SspiIsAuthIdentityEncrypted( _In_ PSEC_WINNT_AUTH_IDENTITY_OPAQUE EncryptedAuthData );
Parameters
- EncryptedAuthData [in]
-
The identity structure to test.
Return value
TRUE if the identity structure specified by the EncryptedAuthData parameter is encrypted; otherwise, FALSE.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: