WS_STRING_WINDOWS_INTEGRATED_AUTH_CREDENTIAL structure (webservices.h)

Type for supplying a Windows credential as username, password, domain strings.

Syntax

typedef struct _WS_STRING_WINDOWS_INTEGRATED_AUTH_CREDENTIAL {
  WS_WINDOWS_INTEGRATED_AUTH_CREDENTIAL credential;
  WS_STRING                             username;
  WS_STRING                             password;
  WS_STRING                             domain;
} WS_STRING_WINDOWS_INTEGRATED_AUTH_CREDENTIAL;

Members

credential

The base type from which this type and all other Windows Integrated Authentication credential types derive.

username

The username as a string. This must be a valid user. To specify default credentials, use the WS_DEFAULT_WINDOWS_INTEGRATED_AUTH_CREDENTIAL instead.

password

The password for the username as a string. To specify a blank password, the length field of the string must be set to 0.

domain

The domain name or the workgroup name as a string.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header webservices.h