Specifies a list of enhancedKeyUsage values that are required to be present in the remote's certificate. An empty list indicates there are no enhanced key usage requirements.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
EnhancedKeyUsage 
As 
IEnumerable(
Of 
String)
C#
public 
IEnumerable<
string> 
EnhancedKeyUsage { 
get; }
Visual C++
public:
property 
IEnumerable<
String^>^ 
EnhancedKeyUsage {
	
IEnumerable<
String^>^ 
get ();
}
JavaScript
function get_
enhancedKeyUsage();

See Also