IRTCProfile2

The IRTCProfile2 interface contains additional methods and properties related to the provisioning profile, extending the functionality provided by IRTCProfile. This interface is created on a Profile object when the IRTCClientProvisioning::CreateProfile method is called. This interface is also created by calling IRTCClientProvisioning::GetProfile and waiting for RTCE_PROFILE event to retrieve the interface. Use QueryInterface to test for the presence of this interface in RTC 1.1 implementations.

Methods in Vtable Order

The IRTCProfile2 interface inherits the methods of the standard COM interface IUnknown.

In addition, IRTCProfile2 defines the following methods, including those inherited from IRTCProfile.

Method Description
get_Realm Gets the realm value for the profile.
put_Realm Sets the realm value for the profile.
get_AllowedAuth Retrieves the allowed authentication methods from the profile.
put_AllowedAuth Specifies the authentication methods allowed in the profile.

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.