Certificate.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 IVectorView<Platform::String ^> ^ EnhancedKeyUsages { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> EnhancedKeyUsages();
public IReadOnlyList<string> EnhancedKeyUsages { get; }
var iVectorView = certificate.enhancedKeyUsages;
Public ReadOnly Property EnhancedKeyUsages As IReadOnlyList(Of String)
Property Value
A collection of object identifiers (OIDs) for the enhanced key usage extension