| X509CertificateRecordKeyUsage Property |
Gets the key usage flags for the certificate.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public X509KeyUsageFlags KeyUsage { get; }
Property Value
X509KeyUsageFlagsThe X.509 key usage.
Remarks
Gets the key usage flags for the certificate.
See Also