Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoDSAData.DSAKeyMaterial

TElXMLKeyInfoDSAData     


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


This property contains a DSA key pair.

Declaration

[C#]
    TElDSAKeyMaterial DSAKeyMaterial;

[VB.NET]
    Property DSAKeyMaterial As TElDSAKeyMaterial

[Pascal]
    property DSAKeyMaterial : TElDSAKeyMaterial;

[C++]
    TElDSAKeyMaterial* get_DSAKeyMaterial();

[PHP]
    TElDSAKeyMaterial get_DSAKeyMaterial()

[Java]
    TElDSAKeyMaterial getDSAKeyMaterial();

Description

     This property contains a DSA keypair. This key pair is used to sign/verify the XML data using DSA algorithm. For signature verification you need only a public key. For signing you must have a private key.

Discuss this help topic in SecureBlackbox Forum