SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  C++ 


TElXMLSignatureMethodType

Declared in     See also    


 

Specifies the way the data is signed

   

Declaration

[C#/Java]
    TElXMLSignatureMethodType = short;
      const short xmtSig = 0;
      const short xmtMAC = 1;

[VB.NET]
    TElXMLSignatureMethodType As SmallInt
      Const xmtSig As SmallInt = 0
      Const xmtMAC As SmallInt = 1

[Pascal]
    TElXMLSignatureMethodType = (xmtSig, xmtMAC);

[C++]
    not implemented;

   

Description

Possible values:


   

Declared in

.NET:

  • Namespace: SBXMLSec
  • Assembly: SecureBlackbox.XML
VCL:
  • Unit: SBXMLSec
Java:
  • Package: SecureBlackbox.XML.jar
C++:
  • sbxmlsec.h
     
Back to top