Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The authentication constants describe the authentication type. The IRTCProfile2::get_AllowedAuth and IRTCProfile2::put_AllowedAuth methods use a member of this enumeration.
RTCAU_BASIC
0x00000001The authentication type is basic.
RTCAU_DIGEST
0x00000002The authentication type is digest.
RTCAU_NTLM
0x00000004The authentication type is NTLM.
**RTC 1.0: **This constant is not supported.
RTCAU_KERBEROS
0x00000008The authentication type is Kerberos V5.
**RTC 1.0: **This constant is not supported.
RTCAU_USE_LOGON_CRED
0x00010000Logon credentials should be used for authentication.
**RTC 1.0: **This constant is not supported.
Requirements
Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.