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.23.2
Syntax public Nullable<X509KeyUsageFlags> KeyUsages { get; }
Property Value
Type:
NullableX509KeyUsageFlagsreturns the key usages as a combination of flags.
See Also