:CertnStatus


Classes

     aprFTP()

     aprHTTP()

     aprNNTP()

     aprPOP()

     aprSMTP()

     aprTelnet()

 

Syntax

     Read:

           :CertnStatus --> nStatus

 

Description

A numeric value specifying the status of the certificate returned by the secure server.

One of the following values will be returned:

Constant

Description

SECURITY_CERTIFICATE_VALID

The certificate is valid.

SECURITY_CERTIFICATE_NOMATCH

The certificate is valid, but the domain name does not match the common name in the certificate.

SECURITY_CERTIFICATE_EXPIRED

The certificate is valid, but has expired.

SECURITY_CERTIFICATE_REVOKED

The certificate has been revoked and is no longer valid.

SECURITY_CERTIFICATE_UNTRUSTED

The certificate or certificate authority is not trusted on the local system.

SECURITY_CERTIFICATE_INVALID

The certificate is invalid. This typically indicates that the internal structure of the certificate has been damaged.

 

See Also

:CertCipher, :CertCipherStrength, :CertExpiresDate, :CertExpiresTime, :CertHash, :CertHashStrength, :CertIssuedDate, :CertIssuedTime, :CertIssuer, :CertIssuerCommonName, :CertIssuerCountry, :CertIssuerEmail, :CertIssuerLocale, :CertIssuerOrg, :CertIssuerOU, :CertIssuerState, :CertIsValid, :CertKeyExchange, :CertnCipher, :CertnHash, :CertnKeyExchange, :CertnProtocol, :CertnStatus, :CertProtocol, :CertStatus, :CertSubject, :CertSubjectCommonName, :CertSubjectCountry, :CertSubjectLocale, :CertSubjectOrg, :CertSubjectOU, :CertSubjectState, :ClearCert()