EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElHoldInstructionCodeCRLExtension.Code

TElHoldInstructionCodeCRLExtension    


 

This property contains a registered instruction identifier which indicates the action to be taken after encountering a certificate that has been placed on hold.

 
 

Declaration

[C#]
    TElInstructionCode Code;

[VB.NET]
    Property Code As TElInstructionCode

[Pascal]
    property Code : TElInstructionCode;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 
 

Values

[.NET] [Pascal] Description
icNone = 0 icNone Semantically equivalent to the absence of a holdInstructionCode.
icCallIssuer = 1 icCallIssuer Call the certificate issuer or reject the certificate.
icReject = 2 icReject Reject the certificate.
Declared in
[.NET] [Pascal]
Namespace: SBCRL
Assembly: SecureBlackbox
Unit: SBCRL

 
 

Description

    Use this property to get/set the code of the action to be taken after encountering a certificate.

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