Discuss this help topic in SecureBlackbox Forum

TElMessageSigner.RecipientCerts

TElMessageSigner     See also     


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


Specifies certificate storage which contains certificates of message recipients.

Declaration

[C#]
    TElCustomCertStorage RecipientCerts;

[VB.NET]
    Property RecipientCerts As TElCustomCertStorage

[Pascal]
    property RecipientCerts : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_RecipientCerts();
    void set_RecipientCerts(TElCustomCertStorage &Value);
    void set_RecipientCerts(TElCustomCertStorage *Value);

[PHP]
    TElCustomCertStorage get_RecipientCerts()
    void set_RecipientCerts(TElCustomCertStorage $Value)

[Java]
    TElCustomCertStorage getRecipientCerts();
    void setRecipientCerts(TElCustomCertStorage Value);

Description

    This property makes sense only when SignatureType property value is mstMAC.

See also:     SignatureType    

Discuss this help topic in SecureBlackbox Forum