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.23.2
Syntax public IEnumerable<ExtendedKeyUsage> ExtendedKeyUsages { get; }
Property Value
Type:
IEnumerableExtendedKeyUsageThe collection of `ExtendedKeyUsage`.
See Also