Share via


SrtpEncryption Property

Gets the value that determines how the client makes and receives encrypted AV calls.

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

Syntax

'Declaration
Protected ReadOnly Property SrtpEncryption As String
    Get
'Usage
Dim value As String

value = Me.SrtpEncryption
protected string SrtpEncryption { get; }

Property Value

Type: System..::..String

Remarks

The value is one of the following: "SupportEncryption", "RequireEncryption" or "DoNotSupportEncryption". Default value is "SupportEncryption".

See Also

Reference

MediaProvider Class

MediaProvider Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace