SdpEncryptionMethod Enum

Definition

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

C#
public enum SdpEncryptionMethod
Inheritance
SdpEncryptionMethod

Fields

Name Value Description
Unspecified 0

The "k" line is not present in the SDP.

Clear 1

The "k" line indicates the encryption key is clear.

Base64 2

The "k" line indicates the encryption key is Base64.

Uri 3

The "k" line indicates the encryption key is provided in a URI.

Prompt 4

The "k" line indicates the encryption key is provided by a user prompt.

Applies to

Product Versions
Lync UCMA 4.0, 5.0, latest