EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElReasonCodeCRLExtension.Reason

TElReasonCodeCRLExtension     See also    


 

This property specifies the reason of certificate revocation.

 
 

Declaration

[C#]
    TSBCRLReasonFlag Reason;
    TSBCRLReasonFlag = Int;

[VB.NET]
    Property Reason As TSBCRLReasonFlag
    TSBCRLReasonFlag As Int

[Pascal]
    property Reason : 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

     This property specifies the reason of certificate revocation. Instead of using the unspecified (0) value the TElReasonCodeCRLExtension extension should be removed.

 
 

See also:     RemoveFromCRL

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