Edit

Share via


RealTimeServerTlsConnectionManager.EnhancedKeyUsage Property

Definition

Gets a list of enhancedKeyUsage values that are required to be present in the remote's certificate.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ EnhancedKeyUsage { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> EnhancedKeyUsage { get; }
member this.EnhancedKeyUsage : seq<string>
Public ReadOnly Property EnhancedKeyUsage As IEnumerable(Of String)

Property Value

Remarks

An empty list indicates there are no enhanced key usage requirements.

Applies to