EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPClient.CertStatus

TElOCSPClient     See also    


 

This read-only property contains certificate's status, received from the Responder.

 
 

Declaration

[C#]
    public TElOCSPCertificateStatus CertStatus[int Index];
    TElOCSPCertificateStatus = SmallInt;

[VB.NET]
    Property CertStatus(ByVal Index As Integer) As TElOCSPCertificateStatus
    TElOCSPCertificateStatus As SmallInt

[Pascal]
    property CertStatus[Index: Integer]: TElOCSPCertificateStatus

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - Index of item in list
 
 

TElOCSPCertificateStatus values

[.NET] [Pascal] Description
csGood = 0 csGood Indicates a positive response to the status inquiry. At a minimum, this positive response indicates that the certificate is not revoked, but does not necessarily mean that the certificate was ever issued or that the time at which the response was produced is within the certificate's validity interval.
csRevoked = 1 csRevoked Indicates that the certificate has been revoked (either permanantly or temporarily (on hold))
csUnknown = 2 csUnknown Indicates that the responder doesn't know about the certificate being requested.
Declared in
[.NET] [Pascal]
Namespace: SBOCSPCommon
Assembly: SecureBlackbox
Unit: SBOCSPCommon

 
 

Description

    Use this property to check certificate status.

 
 

See also:     RevocationTime     RevocationReason     ThisUpdate     NextUpdate     Nonce    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation