WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL structure (webservices.h)
The abstract base type for all credential types used with Windows Integrated Authentication.
Syntax
typedef struct _WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL {
WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL_TYPE credentialType;
} WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL;
Members
credentialType
The selector for the type of the Windows credential.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |