Discuss this help topic in SecureBlackbox Forum

TElMessageSigner.CertStorage

TElMessageSigner     See also     


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


Reference to TElCustomCertStorage object containing the certificates used for signing.

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

    Use this property to specify certificates which should be used to sign messages. At least one certificate should contain the corresponding private key. Other certificates may form the certificate chain from root certificate to signer's one.

    The value of this property makes sense only for mstPublicKey signature type. For mstMAC signatures the value of this property is ignored.

See also:     HashAlgorithm    

Discuss this help topic in SecureBlackbox Forum