Property ExtendedKeyUsages
- Namespace
- DotNetBrowser.Net.Certificates
- Assembly
- DotNetBrowser.dll
ExtendedKeyUsages
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.
public IEnumerable<ExtendedKeyUsage> ExtendedKeyUsages { get; }
Property Value
- IEnumerable<ExtendedKeyUsage>
The collection of
ExtendedKeyUsage
.