SdpEncryptionKey.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