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 or sets 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 SdpGlobalDescription
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 value is null. |