Gets or sets the Encryption method.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
Method 
As 

SdpEncryptionMethod
C#
public 

SdpEncryptionMethod 
Method { 
get; 
set; }
Visual C++
public:
property 

SdpEncryptionMethod 
Method {
	

SdpEncryptionMethod 
get ();
	
void 
set (

SdpEncryptionMethod 
value);
}
JavaScript
function get_
method();
function set_
method(
value);

See Also