EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


SBASEncryptionTransferEncoding

Declared in    


 

Defines AS message encryption transfer encodings.

 
 

Declaration

[C#]
    enum TSBASEncryptionTransferEncoding { dteBinary = 0, dteBase64 = 1 }

[VB.NET]
    Enum TSBASEncryptionTransferEncoding
      dteBinary = 0
      dteBase64 = 1
    End Enum

[Pascal]
    TSBASEncryptionTransferEncoding = (dteBinary, dteBase64);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Possible values:

[.NET] [Pascal] Description
dteBinary = 0 dteBinary binary data
dteBase64 = 1 dteBase64 Base64 encoding
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