EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


SBASHeaderScope

Declared in    


 

Defines AS message header scopes.

 
 

Declaration

[C#]
    TSBASHeaderScope = int;
      const int hsMessage = 1
      const int hsEncryption = 2
      const int hsEncrypted = 4
      const int hsSignature = 8
      const int hsSigned = 16
      const int hsData = 32
      const int hsReceipt = 64
      const int hsText = 128
      const int hsDisposition = 256
      const int hsSignatureData = 512

[VB.NET]
    TSBASHeaderScope As Integer;
      Const hsMessage As Integer = 1
      Const hsEncryption As Integer = 2
      Const hsEncrypted As Integer = 4
      Const hsSignature As Integer = 8
      Const hsSigned As Integer = 16
      Const hsData As Integer = 32
      Const hsReceipt As Integer = 64
      Const hsText As Integer = 128
      Const hsDisposition As Integer = 256
      Const hsSignatureData As Integer = 512

[Pascal]
    TSBASHeaderScope = (hsMessage, hsEncryption, hsEncrypted, hsSignature, hsSigned, hsData, hsReceipt, hsText, hsDisposition, hsSignatureData);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

Possible values:

[.NET] [Pascal] Description
1 hsMessage the header is a main message header
2 hsEncryption the header is a main header of an encrypted message (appears only with hsMessage)
4 hsEncrypted the header is encrypted (appears for hsSignature, hsSigned, hsData, and hsSignatureData scopes in an encrypted message)
8 hsSignature the header is a main signature header (appears with hsMessage if the message is not encrypted, and with hsEncrypted if the message is encrypted)
16 hsSigned the header is signed (appears only with hsData in a signed message, and with hsEncrypted in encrypted and signed message)
32 hsData the header is a data header
64 hsReceipt the header is a receipt header
128 hsText the header is a text header
256 hsDisposition the header contains disposition information
512 hsSignatureData the header is a signature data header (appears with hsEncrypted in an signed and encrypted message, or itself in signed not encrypted message)
Declared in
[.NET] [Pascal]
Namespace: SBASCommon
Assembly: SecureBlackbox.EDI
Unit: SBASCommon

 
 

Declared in

.NET:

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