Click or drag to resize

CertificateExtendedKeyUsages Property

A collection of extended key usages. This collection can be empty if the extended key usages info was not extracted from certificate because of corrupt data.

Namespace:  DotNetBrowser.Net.Certificates
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IEnumerable<ExtendedKeyUsage> ExtendedKeyUsages { get; }

Property Value

Type: IEnumerableExtendedKeyUsage
The collection of `ExtendedKeyUsage`.
See Also