UCC_MEDIA_ENCRYPTION_MODES 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 the media encryption modes supported by the UCC API.

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

Syntax

'Declaration
Public Enumeration UCC_MEDIA_ENCRYPTION_MODES
public enum UCC_MEDIA_ENCRYPTION_MODES
public enum class UCC_MEDIA_ENCRYPTION_MODES
public enum UCC_MEDIA_ENCRYPTION_MODES
public enum UCC_MEDIA_ENCRYPTION_MODES

Members

Member name Description
UCCMEM_DES A flag indicating the use of the Data Encryption Standard (DES) cipher for the media encryption.
UCCMEM_SRTP A flag indicating the use of the Secured Real-time Transport Protocol (SRTP) for the media encryption.

Remarks

An application can examine and set media encryption modes in an audio and video session by calling the GetEncryptionParameters and SetEncryptionParameters methods and supplying a member of this enumeration type as the input parameters.

Win32 COM/C++ Syntax

typedef enum UCC_MEDIA_ENCRYPTION_MODES
{
   UCCMEM_DES = 0x00000001,
   UCCMEM_SRTP = 0x00000002
};

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