Discuss this help topic in SecureBlackbox Forum

TElSAMLSignatureHandler.CertStorage

TElSAMLSignatureHandler     See also     


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


Contains additional signing or validation 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 references the certificate storage object which contains the certificates used for signing or validation.

See also:     Certificate    

Discuss this help topic in SecureBlackbox Forum