Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoX509Data class

Properties     Declared in     


TElXMLKeyInfoX509Data is a descendant of TElXMLKeyInfoData.

Description

    TElXMLKeyInfoX509Data is a container for X.509 certificate, needed for encryption/decryption or signing/verification of the XML data.

     The application can place a certificate or certificate chain together with the signed data according to the following:

  • If CertStorage is not set, Certificate points to the certificate to be used for signing.
  • If CertStorage is set, and Certificate is not set, the certificate to be used for signing is searched using the signature algorithm
  • If CertStorage is set and Certificate refers to one of CertStorage certificates, the certificate chain is built starting from Certificate

Properties

Inherited from TElXMLKeyInfoData

Declared in

.NET:
  • Namespace: SBXMLSec
  • Assembly: SecureBlackbox.XMLSecurity
VCL:
  • Unit: SBXMLSec
Java:
  • Package: SecureBlackbox.XMLSecurity.jar
C++:
  • sbxmlsec.h

Discuss this help topic in SecureBlackbox Forum