EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSCRLValidatedID.Import

TElCMSCRLValidatedID    


 

This method imports CRL identifier and hash value from the given CRL.

 
 

Declaration

[C#]
    void Import(TElCertificateRevocationList CRL, int HashAlgorithm /* = SB_ALGORITHM_DGST_SHA1 */);

[VB.NET]
    Sub Import(ByVal CRL As TElCertificateRevocationList, ByVal HashAlgorithm As Integer = SB_ALGORITHM_DGST_SHA1)

[Pascal]
    procedure Import(CRL: TElCertificateRevocationList; HashAlgorithm : integer = SB_ALGORITHM_DGST_SHA1);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • CRL - a CRL for which the identifier and hash are required
  • HashAlgorithm - algorithm used for hashing
 
 

Possible algorithms:

Definition Value
SB_ALGORITHM_DGST_SHA1 0x7101
SB_ALGORITHM_DGST_MD5 0x7102
SB_ALGORITHM_DGST_MD2 0x7103
SB_ALGORITHM_DGST_SHA256 0x7104
SB_ALGORITHM_DGST_SHA384 0x7105
SB_ALGORITHM_DGST_SHA512 0x7106
SB_ALGORITHM_DGST_SHA224 0x7107
SB_ALGORITHM_DGST_MD4 0x7108
SB_ALGORITHM_DGST_RIPEMD160 0x7109
SB_ALGORITHM_DGST_CRC32 0x710A
SB_ALGORITHM_DGST_SSL3 0x710B
SB_ALGORITHM_DGST_GOST_R3411_1994 0x710C
SB_ALGORITHM_DGST_LAST 0x710C
Declared in
[.NET] [Pascal]
Namespace: SBConstants
Assembly: SecureBlackbox
Unit: SBConstants

 
 

Description

    Use this method to load CRL identifier and hash value from the given CRL.

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