KeyUsageProperty

sealed class KeyUsageProperty

The key usage property defines the purpose of the private key contained in the certificate. You can specify specific purposes using property flags or all by using property type ALL.

Inheritors

Types

Link copied to clipboard

You can specify key usage for encryption, key agreement, and signature. You can use property flags or property type but not both.

Link copied to clipboard

You can specify all key usages using property type ALL. You can use property type or property flags but not both.

Link copied to clipboard

Functions