RTCAU_

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The authentication constants describe the authentication types. The IRTCProfile2::AllowedAuth method uses a member of this enumeration.

The following table shows the authentication constants.

Value Description

RTCAU_BASIC = 0x00000001

Basic authentication type.

RTCAU_DIGEST = 0x00000002

Digest authentication type.

RTCAU_KERBEROS = 0x00000008

Kerberos V5 authentication type.

> [!NOTE] > This constant is only available for RTC 1.2 and later.

RTCAU_NTLM = 0x00000004

NTLM authentication type.

> [!NOTE] > This constant is only available for RTC 1.2 and later.

RTCAU_USE_LOGON_CRED = 0x00010000

Requires logon credentials for authentication.

> [!NOTE] > This constant is only available for RTC 1.2 and later.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RTC Client API Constants
IRTCProfile2::AllowedAuth