Discuss this help topic in SecureBlackbox Forum

TElCustomTSPServer.Certificates

TElCustomTSPServer     See also     


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


Contains certificates to be included to the signature.

Declaration

[C#]
    TElCustomCertStorage Certificates;

[VB.NET]
    Property Certificates As TElCustomCertStorage

[Pascal]
    property Certificates : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_Certificates();
    void set_Certificates(TElCustomCertStorage &Value);
    void set_Certificates(TElCustomCertStorage *Value);

[PHP]
    TElCustomCertStorage get_Certificates()
    void set_Certificates(TElCustomCertStorage $Value)

[Java]
    TElCustomCertStorage getCertificates();
    void setCertificates(TElCustomCertStorage Value);

Description

    Use this property to access certificates to be used for signing. At least one of the certificates must contain the private key.

See also:     TSPInfo    

Discuss this help topic in SecureBlackbox Forum