Enum HmacSecretKeyOperationStatus
Represents the status of an HMAC secret key operation.
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public enum HmacSecretKeyOperationStatus
Fields
| Name | Description |
|---|---|
| Error | The key could not be persisted to configuration. |
| KeyExists | A key already exists; no new key was generated. |
| Success | The key was successfully generated and persisted to configuration. |