SdpMediaDescription.EncryptionKey Property

Definition

Gets the details of the "k" line from the SDP.

public:
 property Microsoft::Rtc::Signaling::SdpEncryptionKey ^ EncryptionKey { Microsoft::Rtc::Signaling::SdpEncryptionKey ^ get(); void set(Microsoft::Rtc::Signaling::SdpEncryptionKey ^ value); };
public Microsoft.Rtc.Signaling.SdpEncryptionKey EncryptionKey { get; set; }
member this.EncryptionKey : Microsoft.Rtc.Signaling.SdpEncryptionKey with get, set
Public Property EncryptionKey As SdpEncryptionKey

Property Value

SdpEncryptionKey

Exceptions

Thrown when EncryptionKey is set to null. Use EncryptionKey.Reset() to indicate no "k" line is present.

Applies to