AUTHENTICATION_INFO structure

The AUTHENTICATION_INFO structure is passed to the ICompactServerUrlGroup::SetAuthentication method.

Syntax

typedef struct {
  AUTH_SCHEME Scheme;
  DWORD       Enabled;
  DWORD       Flag;
  LPWSTR      DomainName;
  LPWSTR      Realm;
} AUTHENTICATION_INFO;

Members

  • Scheme
    Specifies the authentication scheme to use for the URL group. This member must be set to one of the values in the AUTH_SCHEME enumeration.

  • Enabled
    Determines whether the authentication scheme is enabled. If this member is set to 1, the scheme is enabled. Otherwise, this member is set to 0 and the scheme is disabled.

  • Flag
    Reserved for future use. Must be 0.

  • DomainName
    Reserved for future use. Must be NULL.

    **Windows Server 2008 R2:  **This structure member is named Domain.

  • Realm
    Reserved for future use. Must be NULL.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Redistributable

Windows Management Framework on Windows Server 2008 with SP2

Header

Managementserver.h

IDL

Managementserver.idl

See also

ICompactServerUrlGroup

ICompactServerUrlGroup::SetAuthentication

 

 

Send comments about this topic to Microsoft

Build date: 11/12/2012