EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


SBCMSTimestampType

TElCMSTimestamp     Declared in    


 

Defines possible CMS timestamp types.

 
 

Declaration

[C#]
    enum SBCMSTimestampType {cvtGeneric = 0, cvtESC = 1, cvtCertsAndCRLs = 2, cvtArchive = 3}

[VB.NET]
    Enum SBCMSTimestampType
      cvtGeneric = 0
      cvtESC = 1
      cvtCertsAndCRLs = 2
      cvtArchive = 3
    End Enum

[Pascal]
    SBCMSTimestampType = (cvtGeneric, cvtESC, cvtCertsAndCRLs, cvtArchive);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

Possible values:

[.NET] [Pascal] Description
cvtGeneric = 0 cvtGeneric Generic timestamp
cvtESC = 1 cvtESC ESC timestamp
cvtCertsAndCRLs = 2 cvtCertsAndCRLs Timestamp includes certificates and CRLs
cvtArchive = 3 cvtArchive Archive timestamp
[.NET] [Pascal]
Namespace: SBCMS
Assembly: SecureBlackbox
Unit: SBCMS

 
 

Declared in

.NET:

  • Namespace: SBCMS
  • Assembly: SecureBlackbox.PKI
VCL:
  • Unit: SBCMS
ActiveX/DLL: not implemented
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation