Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the list of allowed keys in the certificate of the remote host. This can be set event while listening and will affect future incoming connections.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub SetEnhancedKeyUsage ( _
enhancedKeyUsageToSet As ICollection(Of String) _
)
'Usage
Dim instance As RealTimeServerTlsConnectionManager
Dim enhancedKeyUsageToSet As ICollection(Of String)
instance.SetEnhancedKeyUsage(enhancedKeyUsageToSet)
public void SetEnhancedKeyUsage(
ICollection<string> enhancedKeyUsageToSet
)
Parameters
- enhancedKeyUsageToSet
Type: System.Collections.Generic.ICollection<String>
The enhanced key usage list.
See Also
Reference
RealTimeServerTlsConnectionManager Class