EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElXMLSigner.KeyData

TElXMLSigner     See also    


 

This property contains a key for signing.

 
 

Declaration

[C#]
    TElXMLKeyInfoData KeyData;

[VB.NET]
    Property KeyData As TElXMLKeyInfoData

[Pascal]
    property KeyData : TElXMLKeyInfoData;

[VB6]
    not implemented

[ActiveX]
    not implemented

[DLL]
    not implemented
 
 

Description

     This property contains a key, used for signing of XML data. If SignatureMethodType is set to smtMAC, then only an object of type TElXMLKeyInfoHMACData can be used. If SignatureMethodType is set to smtSig, then only keypairs of the public-key based algorithms (descendants of TElXMLKeyInfoAsymmetricData type) can be used. Also, in case of smtSig, KeyData must contain both private and public keys, in order to perform signing.

 
 

See also:     KeyName     GenerateSignature    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation