EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPSingleResponse.RevocationReasons

TElOCSPSingleResponse     See also    


 

Contains reasons of the certificate revocation.

 
 

Declaration

[C#]
    TSBCRLReasonFlags RevocationReasons;

    TSBCRLReasonFlags represents a bit mask which contains zero or more bit flags as defined by TSBCRLReasonFlag

[VB.NET]
    Property RevocationReasons As TSBCRLReasonFlags

    TSBCRLReasonFlags represents a bit mask which contains zero or more bit flags as defined by TSBCRLReasonFlag

[Pascal]
    property RevocationReasons : TSBCRLReasonFlags;
    TSBCRLReasonFlags = set of TSBCRLReasonFlag;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values

[.NET] [Pascal] [ActiveX] Value
rfUnspecified SB_RF_UNSPECIFIED 1 (0x01)
rfKeyCompromise SB_RF_KEY_COMPROMISE 2 (0x02)
rfCACompromise SB_RF_CA_COMPROMISE 4 (0x04)
rfAffiliationChanged SB_RF_AFFILIATION_CHANGED 8 (0x08)
rfSuperseded SB_RF_SUPERSEDED 16 (0x16)
rfCessationOfOperation SB_RF_CESSATION_OF_OPERATION 32 (0x20)
rfCertificateHold SB_RF_CERTIFICATE_HOLD 64 (0x40)
rfObsolete1 SB_RF_OBSOLETE1 128 (0x80)
rfRemoveFromCRL SB_RF_REMOVEFROMCRL 256 (0x100)
rfPrivilegeWithdrawn SB_RF_PRIVILEGE_WITHDRAWN 512 (0x200)
rfAACompromize SB_RF_AACOMPROMIZE 1024 (0x400)
Declared in
[.NET] [Pascal]
Namespace: SBX509Ext
Assembly: SecureBlackbox
Unit: SBX509Ext

 
 

Description

    Use this read-only property to get the reasons of the certificate revocation.

 
 

See also:     CertStatus     RevocationTime     ThisUpdate     NextUpdate    

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