Partager via


MediaChannel.Encrypted Property

Gets whether the channel is encrypted.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property Encrypted As Boolean
    Get
    Friend Set
'Usage
Dim instance As MediaChannel
Dim value As Boolean

value = instance.Encrypted
public bool Encrypted { get; internal set; }

Property Value

Type: System.Boolean

Remarks

Encrypted is true if and only if the channel is encrypted, and false otherwise. An instance of a MediaChannel subclass can be encrypted only when the associated AudioVideoFlow instance is active; that is, when the State property on the AudioVideoFlow instance is Active.

See Also

Reference

MediaChannel Class

MediaChannel Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace