Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the details of the "k" line from the SDP.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property EncryptionKey As SdpEncryptionKey
Get
Set
'Usage
Dim instance As SdpMediaDescription
Dim value As SdpEncryptionKey
value = instance.EncryptionKey
instance.EncryptionKey = value
public SdpEncryptionKey EncryptionKey { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling.SdpEncryptionKey
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when EncryptionKey is set to null. Use EncryptionKey.Reset() to indicate no "k" line is present. |