Click or drag to resize

Certificate.KeyUsages 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.27.6
Syntax
C#
public Nullable<X509KeyUsageFlags> KeyUsages { get; }

Property Value

Type: Nullable<X509KeyUsageFlags>
returns the key usages as a combination of flags.
See Also