Expand Minimize
This topic has not yet been rated - Rate this topic

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

Sspi.h

Library

Secur32.lib

DLL

SspiCli.dll

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.