UCC_CONFERENCE_PARTICIPANT_AUTHENTICATION_TYPE Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates ways that a conference participant is authenticated.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_PARTICIPANT_AUTHENTICATION_TYPE
public enum UCC_CONFERENCE_PARTICIPANT_AUTHENTICATION_TYPE
public enum class UCC_CONFERENCE_PARTICIPANT_AUTHENTICATION_TYPE
public enum UCC_CONFERENCE_PARTICIPANT_AUTHENTICATION_TYPE
public enum UCC_CONFERENCE_PARTICIPANT_AUTHENTICATION_TYPE

Members

Member name Description
UCCCPAT_EXTERNAL A flag indicating that a participant is authenticate by an external network. This applies to the participant connecting from the outside of an enterprise network using an access proxy.
UCCCPAT_FEDERATED A flag indicating that a participant is authenticated by a federated network. This applies to the participant connecting from a federated network using an access proxy.
UCCCPAT_FULL A flag indicating that a participant is authenticated using the full credentials. This applies to the participant who is a registered user of an enterprise network.
UCCCPAT_NOT_AUTHED A flag indicating that a participant is not authenticated.
UCCCPAT_PIN A flag indicating that a participant is authenticated using a PIN number. This applies to the participant who is an anonymous user and the conference allows anonymous addmission.

Remarks

This enumeration type specifies the allowed values of the UCCCPEPID_AUTHENTICATION_TYPE property on a conference participant endpoint. (This enumeration type is not currently supported.)

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_PARTICIPANT_AUTHENTICATION_TYPE
{
   UCCCPAT_FULL = 1,
   UCCCPAT_PIN,
   UCCCPAT_EXTERNAL,
   UCCCPAT_FEDERATED,
   UCCCPAT_NOT_AUTHED
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace