SSLFTPValidationStatus Enumeration
Validation status of an SSL/TLS certificate.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public enum SSLFTPValidationStatus
Public Enumeration SSLFTPValidationStatus
public enum class SSLFTPValidationStatus
type SSLFTPValidationStatus
| ValidCertificate | 0 |
The certificate is valid.
|
| OtherError | -1 |
The certificate is invalid.
|
| WrongUsage | -2,146,762,480 |
The certificate is not valid for the requested usage.
|
| NoCNMatch | -2,146,762,481 |
The certificate's CN name does not match the passed value.
|
| RevocationFailure | -2,146,762,482 |
The revocation process could not continue. The certificates could not be checked.
|
| UntrustedTestRoot | -2,146,762,483 |
The root certificate is a testing certificate and policy settings disallow test certificates.
|
| ParentRevoked | -2,146,762,484 |
A certificate in the chain has been explicitly revoked by its issuer.
|
| InvalidChain | -2,146,762,486 |
A chain of certificates was not correctly created.
|
| UntrustedRoot | -2,146,762,487 |
A certification chain processed correctly but terminated in a root certificate not trusted by the trust provider.
|
| InvalidPurpose | -2,146,762,490 |
A certificate is being used for a non permitted purpose.
|
| InvalidRole | -2,146,762,493 |
A certificate that can only be used as an end-entity is being used as a CA or visa versa.
|
| InvalidNesting | -2,146,762,494 |
The validity periods of the certification chain do not nest correctly.
|
| Expired | -2,146,762,495 |
A required certificate is not within its validity period.
|
| InvalidBasicConstraints | -2,146,869,223 |
The certificate's basic constraints are invalid or missing.
|
| InvalidSignature | -2,146,869,244 |
The signature of the certificate cannot be verified.
|
| RevocationServerOffline | -2,146,885,613 |
Since the revocation server was offline, the called function was not able to complete the revocation check.
|
| Revoked | -2,146,885,616 |
The certificate or signature has been revoked.
|