SdpMediaDescription.EncryptionKey Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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); };
C#
public Microsoft.Rtc.Signaling.SdpEncryptionKey EncryptionKey { get; set; }
member this.EncryptionKey : Microsoft.Rtc.Signaling.SdpEncryptionKey with get, set
Public Property EncryptionKey As SdpEncryptionKey
Thrown when EncryptionKey is set to null. Use EncryptionKey.Reset() to indicate no "k" line is present.
Product | Versions |
---|---|
Lync UCMA | 4.0, 5.0, latest |