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 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.
|
RTCAU_NTLM = 0x00000004 | NTLM authentication type.
|
RTCAU_USE_LOGON_CRED = 0x00010000 | Requires logon credentials for authentication.
|
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