RTC_SECURITY_LEVEL

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

IRTCClient2::PreferredSecurityLevel | RTC_SECURITY_TYPE

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.