Click or drag to resize
MimeKit

X509CertificateRecordKeyUsage Property

Gets the key usage flags for the certificate.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public X509KeyUsageFlags KeyUsage { get; }

Property Value

X509KeyUsageFlags
The X.509 key usage.
Remarks
Gets the key usage flags for the certificate.
See Also