Share via


SdpEncryptionMethod Enumeration

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
'Usage
Dim instance As SdpEncryptionMethod
public enum SdpEncryptionMethod

Members

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

See Also

Reference

Microsoft.Rtc.Signaling Namespace