Click or drag to resize

CertificateKeyUsages Property

The key usages as a combination of flags. Can be null if the key usages info was not extracted from the certificate because of corrupt data.

Namespace:  DotNetBrowser.Net.Certificates
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public Nullable<X509KeyUsageFlags> KeyUsages { get; }

Property Value

Type: NullableX509KeyUsageFlags
returns the key usages as a combination of flags.
See Also