Discuss this help topic in SecureBlackbox Forum

TElSimpleSMIMEMessage.SignCertStorage

TElSimpleSMIMEMessage     See also     


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


Provides an access to the certificate storage for message signing.

Declaration

[C#]
    TElCustomCertStorage SignCertStorage;

[VB.NET]
    Property SignCertStorage As TElCustomCertStorage

[Pascal]
    property SignCertStorage: TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_SignCertStorage();
    void set_SignCertStorage(TElCustomCertStorage &Value);
    void set_SignCertStorage(TElCustomCertStorage *Value);

[PHP]
    TElCustomCertStorage get_SignCertStorage()
    void set_SignCertStorage(TElCustomCertStorage $Value)

[Java]
    TElCustomCertStorage getSignCertStorage();
    void setSignCertStorage(TElCustomCertStorage Value);

Description

    Use this property to access the certificate storage for message signing.

See also:     EncryptCertStorage     TElCustomCertStorage    

Discuss this help topic in SecureBlackbox Forum