RTCAU_ (Windows Embedded CE 6.0)
1/6/2010
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 |