BG_AUTH_CREDENTIALS_UNION union (bits1_5.h)

Identifies the credentials to use for the authentication scheme specified in the BG_AUTH_CREDENTIALS structure.

Syntax

typedef union __MIDL_IBackgroundCopyJob2_0002 {
  BG_BASIC_CREDENTIALS Basic;
} BG_AUTH_CREDENTIALS_UNION;

Members

Basic

Identifies the user name and password of the user to authenticate. For details, see the BG_BASIC_CREDENTIALS structure.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2003
Header bits1_5.h (include Bits.h)
Redistributable BITS 1.5 on Windows XP

See also

BG_AUTH_CREDENTIALS

BG_AUTH_SCHEME

BG_BASIC_CREDENTIALS