RealTimeServerTlsConnectionManager.EnhancedKeyUsage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.