Encrypted Property
Indicates if the channel is encrypted or not.
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