Share via


RTC_SECURITY_LEVEL (Windows CE 5.0)

Send Feedback

This enumeration defines possible encryption levels for the media stream.

typedef enum RTC_SECURITY_LEVEL {  RTCSECL_UNSUPPORTED = 1,   RTCSECL_SUPPORTED,   RTCSECL_REQUIRED} RTC_SECURITY_LEVEL;

Elements

  • RTCSECL_UNSUPPORTED
    Media stream encryption is not supported for the specified media type.
  • RTCSECL_SUPPORTED
    Media stream encryption is supported for the specified media type.
  • RTCSECL_REQUIRED
    Media stream encryption is required for the specified media type.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h.

See Also

RTC Client API Enumerations | IRTCClient2::PreferredSecurityLevel | RTC_SECURITY_TYPE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.