Udostępnij za pośrednictwem


SdpMediaDescription.EncryptionKey Property

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.

See Also

Reference

SdpMediaDescription Class

SdpMediaDescription Members

Microsoft.Rtc.Signaling Namespace