EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPSingleResponse.CertStatus

TElOCSPSingleResponse    


 

Specifies the certificate status.

 
 

Declaration

[C#]
    TElOCSPCertificateStatus CertStatus;

[VB.NET]
    Property CertStatus As TElOCSPCertificateStatus

[Pascal]
    property CertStatus : TElOCSPCertificateStatus;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Possible 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 the certificate status.

 
 

See also:     RevocationTime     RevocationReasons     ThisUpdate     NextUpdate    

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