IRTCProfile2::get_AllowedAuth
The get_AllowedAuth method retrieves the allowed authentication methods from the profile.
HRESULT get_AllowedAuth(long*plAllowedAuth);
Parameters
- plAllowedAuth
[out] Integer value containing the permitted authentication methods, as any combination of the RTCAU_ flags.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
RTC_E_INVALID_PROFILE | The profile is invalid. |
E_POINTER | The plAllowedAuth parameter is not a valid pointer. |
Remarks
If an authentication method is not specified in the plAllowedAuth flag, the RTC Client API will not use that method. If the server does not challenge the client, the plAllowedAuth flag has no effect.
Requirements
Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCProfile2 is defined as 4B81F84E-BDC7-4184-9154-3CB2DD7917FB.