Enum ManagedCertificateAction
Describes what a managed-certificate operation did.
Namespace: Eigenverft.NetLib.Infrastructure.Security.Certificates
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum ManagedCertificateAction
Fields
| Name | Description |
|---|---|
| GeneratedForAccessFailure | A certificate was generated because access to the managed PFX was denied. |
| GeneratedForExpiredFile | A certificate was generated because the managed PFX was expired. |
| GeneratedForImportFailure | A certificate was generated because the managed PFX could not be imported. |
| GeneratedForMissingFile | A certificate was generated because the managed PFX was missing. |
| GeneratedForMissingPrivateKey | A certificate was generated because the managed PFX had no private key. |
| GeneratedForNotYetValidFile | A certificate was generated because the managed PFX was not yet valid. |
| GeneratedForReadFailure | A certificate was generated because the managed PFX could not be read. |
| Loaded | An existing valid PFX was loaded. |