Defines the different key usage values.
| Member Name | Description |
|---|---|
| DataEncipherment | The key can be used for data encipherment. |
| DigitalSignature | The key can be used to sign data. |
| KeyAgreement | The key can be used in key agreement algorithms. |
| KeyCertSign | The key can be used to sign certificates. |
| KeyEncipherment | The key can be used for key encipherment. |
| NonRepudiation | The key can be used for electronic non-repudiation. |
| CrlSign | The key can be used to sign certificate revocation lists. |
Namespace: Org.Mentalis.Security.Certificates Namespace
Assembly: Org.Mentalis.Security.dll
Org.Mentalis.Security.Certificates Namespace