RealTimeServerTlsConnectionManager.SetEnhancedKeyUsage Method
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.
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.