Click or drag to resize
CertificateEnrollmentResult Enumeration
Certificate enrollment related error codes.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum CertificateEnrollmentResult
Members
  Member nameValueDescription
Undefined-1 Should not be seen in normal case.
Failed0 The certificate enrollment is failed.
Success1 The certificate was enrolled successfully.
ConnectionFailed2 Connection to SCEP server is failed.
CACertificateInvalid3 Connection to SCEP server is failed because of invalid CA issue or CA doesn't exist.
WrongConfiguration4 SCEP enrollment failed because of wrong configuration.
CertificateAlreadyEnrolled5 SCEP enrollment failed because the certificate was already enrolled.
WrongPassword6 SCEP enrollment failed because the wrong enrollment password.
ClientCertificateMissing7 SCEP enrollment failed because client certificate is missing.
ClientCertificateBad8 SCEP enrollment failed because client certificate is corrupt or in other way invalid.
ClientCertificateUnsupported9 SCEP enrollment failed because client certificate type is not supported by the server.
ClientCertificateRevoked10 SCEP enrollment failed because client certificate was revoked by the issuing authority.
ClientCertificateExpired11 SCEP enrollment failed because client certificate has expired.
ClientCertificateCAUnknown12 SCEP enrollment failed because client certificate was issued by an unknown authority.
RequestPending13 The certificate enrollment failed due to pending response (manual approvement is enabled on SCEP server).
FailedToSetIdentity14 The identity certificate cannot be applied.
InProgress15 The certificate enrollment is already in progress.
See Also