Options for key usage in certificate
[FlagsAttribute] public enum KeyUsageOptions
<FlagsAttribute> _ Public Enumeration KeyUsageOptions
| Member name | Description | |
|---|---|---|
| None | ||
| DigitalSignature | ||
| NonRepudiation | ||
| KeyEncipherment | ||
| DataEncipherment | ||
| KeyAgreement | ||
| KeyCertSign | ||
| CrlSign | ||
| EncipherOnly | ||
| DecipherOnly |