RealTimeServerTlsConnectionManager.EnhancedKeyUsage Property
Gets a list of enhancedKeyUsage values that are required to be present in the remote's certificate.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property EnhancedKeyUsage As IEnumerable(Of String)
Get
'Usage
Dim instance As RealTimeServerTlsConnectionManager
Dim value As IEnumerable(Of String)
value = instance.EnhancedKeyUsage
public IEnumerable<string> EnhancedKeyUsage { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<String>
Remarks
An empty list indicates there are no enhanced key usage requirements.
See Also
Reference
RealTimeServerTlsConnectionManager Class