EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


SBASMessageProcessingStep

Declared in    


 

Defines different processing steps of AS message.

 
 

Declaration

[C#]
    enum TSBASMessageProcessingStep { mpsEncoding = 0, mpsSigning = 1, mpsEncrypting = 2, mpsDecodingEncrypted = 3, mpsDecrypting = 4, mpsDecodingSignature = 5, mpsDecodingData = 6, mpsVerifying = 7 }

[VB.NET]
    Enum TSBASMessageProcessingStep
      mpsEncoding = 0
      mpsSigning = 1
      mpsEncrypting = 2
      mpsDecodingEncrypted = 3
      mpsDecrypting = 4
      mpsDecodingSignature = 5
      mpsDecodingData = 6
      mpsVerifying = 7
    End Enum

[Pascal]
    TSBASMessageProcessingStep = (mpsEncoding, mpsSigning, mpsEncrypting, mpsDecodingEncrypted, mpsDecrypting, mpsDecodingSignature, mpsDecodingData, mpsVerifying);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Possible values:

[.NET] [Pascal] Description
mpsEncoding = 0 mpsEncoding encoding
mpsSigning = 1 mpsSigning signing
mpsEncrypting = 2 mpsEncrypting encrypting
mpsDecodingEncrypted = 3 mpsDecodingEncrypted decoding encrypted message
mpsDecrypting = 4 mpsDecrypting decrypting
mpsDecodingSignature = 5 mpsDecodingSignature decoding signature
mpsDecodingData = 6 mpsDecodingData decoding message data
mpsVerifying = 7 mpsVerifying verifying message signature
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 available
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation