Share via


RTCAU_ (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h.

See Also

RTC Client API Constants | IRTCProfile2::AllowedAuth

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.