CertificateEnrollmentResult Enumeration |
Namespace: Avaya.ClientServices
public enum CertificateEnrollmentResult
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | -1 | Should not be seen in normal case. | |
| Failed | 0 | The certificate enrollment is failed. | |
| Success | 1 | The certificate was enrolled successfully. | |
| ConnectionFailed | 2 | Connection to SCEP server is failed. | |
| CACertificateInvalid | 3 | Connection to SCEP server is failed because of invalid CA issue or CA doesn't exist. | |
| WrongConfiguration | 4 | SCEP enrollment failed because of wrong configuration. | |
| CertificateAlreadyEnrolled | 5 | SCEP enrollment failed because the certificate was already enrolled. | |
| WrongPassword | 6 | SCEP enrollment failed because the wrong enrollment password. | |
| ClientCertificateMissing | 7 | SCEP enrollment failed because client certificate is missing. | |
| ClientCertificateBad | 8 | SCEP enrollment failed because client certificate is corrupt or in other way invalid. | |
| ClientCertificateUnsupported | 9 | SCEP enrollment failed because client certificate type is not supported by the server. | |
| ClientCertificateRevoked | 10 | SCEP enrollment failed because client certificate was revoked by the issuing authority. | |
| ClientCertificateExpired | 11 | SCEP enrollment failed because client certificate has expired. | |
| ClientCertificateCAUnknown | 12 | SCEP enrollment failed because client certificate was issued by an unknown authority. | |
| RequestPending | 13 | The certificate enrollment failed due to pending response (manual approvement is enabled on SCEP server). | |
| FailedToSetIdentity | 14 | The identity certificate cannot be applied. | |
| InProgress | 15 | The certificate enrollment is already in progress. |
© 2017 Avaya LLC. All Rights Reserved.