SdpEncryptionMethod 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 SDP encryption methods used in the "k" line of an SDP.

Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)

Syntax

'Declaration
Public Enumeration SdpEncryptionMethod
public enum SdpEncryptionMethod

Members

Member name Description
Base64 The encryption key is Base64.
Clear The encryption key is clear.
Prompt The encryption key is provided by a user prompt.
Unspecified The "k" line is not present in the SDP.
Uri The encryption key is provided in a URI.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Rtc.Signaling Namespace