WS_STRING_USERNAME_CREDENTIAL structure (webservices.h)

The type for supplying a username/password pair as strings.

Syntax

typedef struct _WS_STRING_USERNAME_CREDENTIAL {
  WS_USERNAME_CREDENTIAL credential;
  WS_STRING              username;
  WS_STRING              password;
} WS_STRING_USERNAME_CREDENTIAL;

Members

credential

The base type from which this type and all other username credential types derive.

username

The username.

password

The password.

Requirements

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