EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCRLExtensions.Included

TElCRLExtensions    


 

This property shows which extensions must be written / were read.

 
 

Declaration

[C#]
    TSBCRLExtensions Included;

    TSBCRLExtensions = Int;
      crlAuthorityKeyIdentifier = Int(1);
      crlIssuerAlternativeName = Int(2);
      crlCRLNumber = Int(4);
      crlDeltaCRLIndicator = Int(8);

[VB.NET]
    Property Included As TSBCRLExtensions

    TSBCRLExtensions As Int
      Const crlAuthorityKeyIdentifier As Int = 1
      Const crlIssuerAlternativeName As Int = 2
      Const crlCRLNumber As Int = 4
      Const crlDeltaCRLIndicator As Int = 8

[Pascal]
    property Included : TSBCRLExtensions;
    TSBCRLExtensions = set of TSBCRLExtension;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 
 

Description

    Use this property to get/set extensions that were read/must be written.

    Note:  Extensions assigning differ for Win32 and .NET versions. To include several extensions in .NET use bitwise OR operation, for example "crlAuthorityKeyIdentifier | crlCRLNumber | crlDeltaCRLIndicator".

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