Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the specific SSP package to be used for Windows Integrated Authentication.
Syntax
typedef enum {
WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_KERBEROS = 1,
WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_NTLM = 2,
WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_SPNEGO = 3
} WS_WINDOWS_INTEGRATED_AUTH_PACKAGE;
Constants
WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_KERBEROS Value: 1 The Kerberos package. |
WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_NTLM Value: 2 The NTLM package. |
WS_WINDOWS_INTEGRATED_AUTH_PACKAGE_SPNEGO Value: 3 The SPNEGO package. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |