ChainBuildingParameters.EnhancedKeyUsages Property

Definition

Gets a collection of object identifiers (OIDs) for the enhanced key usage extension.

public:
 property IVector<Platform::String ^> ^ EnhancedKeyUsages { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> EnhancedKeyUsages();
public IList<string> EnhancedKeyUsages { get; }
var iVector = chainBuildingParameters.enhancedKeyUsages;
Public ReadOnly Property EnhancedKeyUsages As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A collection of object identifiers (OIDs) for the enhanced key usage extension.

Remarks

The EnhancedKeyUsages property is read-only. However, the list of object identifiers (OIDs) that is returned is writable and you can add OIDs for enhanced key usage to the list.

Applies to