Edit

Share via


RealTimeServerTlsConnectionManager.SetEnhancedKeyUsage Method

Definition

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.

public:
 void SetEnhancedKeyUsage(System::Collections::Generic::ICollection<System::String ^> ^ enhancedKeyUsageToSet);
public void SetEnhancedKeyUsage (System.Collections.Generic.ICollection<string> enhancedKeyUsageToSet);
member this.SetEnhancedKeyUsage : System.Collections.Generic.ICollection<string> -> unit
Public Sub SetEnhancedKeyUsage (enhancedKeyUsageToSet As ICollection(Of String))

Parameters

enhancedKeyUsageToSet
ICollection<String>

The enhanced key usage list.

Applies to