Edit

Share via


SdpGlobalDescription.EncryptionKey Property

Definition

Gets or sets 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

Exceptions

Thrown when value is null.

Applies to