SdpEncryptionMethod Enumeration

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

'Declaration
Public Enumeration SdpEncryptionMethod
'Usage
Dim instance As SdpEncryptionMethod
public enum SdpEncryptionMethod

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

Reference

Microsoft.Rtc.Signaling Namespace