Indicates possible values for the SDP encryption method found in the "k" line of an SDP.

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

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
SdpEncryptionMethod
C#
public 
enum 
SdpEncryptionMethod
Visual C++
public 
enum class 
SdpEncryptionMethod
JavaScript

Microsoft.Rtc.Signaling.SdpEncryptionMethod = 
function();

Microsoft.Rtc.Signaling.SdpEncryptionMethod.createEnum('

Microsoft.Rtc.Signaling.SdpEncryptionMethod', false);

Members

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

See Also