Gets the details of the "k" line from the SDP.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
EncryptionKey 
As 

SdpEncryptionKey
C#
public 

SdpEncryptionKey 
EncryptionKey { 
get; 
set; }
Visual C++
public:
property 

SdpEncryptionKey^ 
EncryptionKey {
	

SdpEncryptionKey^ 
get ();
	
void 
set (

SdpEncryptionKey^ 
value);
}
JavaScript
function get_
encryptionKey();
function set_
encryptionKey(
value);

Exceptions

Exception Condition
ArgumentNullException Thrown when EncryptionKey is set to null. Use EncryptionKey.Reset() to indicate no "k" line is present.

See Also