Share via


Method Property

Gets or sets the encryption method.

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

Syntax

'Declaration
Public Property Method As SdpEncryptionMethod
    Get
    Set
'Usage
Dim instance As SdpEncryptionKey
Dim value As SdpEncryptionMethod

value = instance.Method

instance.Method = value
public SdpEncryptionMethod Method { get; set; }

Property Value

Type: Microsoft.Rtc.Signaling..::..SdpEncryptionMethod
An [SdpEncryptionMethod] object containing the encryption method.

See Also

Reference

SdpEncryptionKey Class

SdpEncryptionKey Members

Microsoft.Rtc.Signaling Namespace