ChainBuildingParameters.EnhancedKeyUsages 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 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
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.