Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoX509Data.CertStorage

TElXMLKeyInfoX509Data     See also     


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


This property refers to the certificate storage, which contains the certificates.

Declaration

[C#]
    TElCustomCertStorage CertStorage;

[VB.NET]
    Property CertStorage As TElCustomCertStorage

[Pascal]
    property CertStorage : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_CertStorage();
    void set_CertStorage(TElCustomCertStorage &Value);
    void set_CertStorage(TElCustomCertStorage *Value);

[PHP]
    TElCustomCertStorage get_CertStorage()
    void set_CertStorage(TElCustomCertStorage $Value)

[Java]
    TElCustomCertStorage getCertStorage();
    void setCertStorage(TElCustomCertStorage Value);

Description

     This property referes to a certificate storage with certificate(s), which will be used for signing. See description of TElXMLKeyInfoX509Data for details.

See also:     Certificate    

Discuss this help topic in SecureBlackbox Forum