Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.EncryptionCertificates

TElDefaultDataStorageSecurityHandler     See also     


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


Contains encryption certificates.

Declaration

[C#]
    TElCustomCertStorage EncryptionCertificates;

[VB.NET]
    Property EncryptionCertificates As TElCustomCertStorage

[Pascal]
    property EncryptionCertificates : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_EncryptionCertificates();
    void set_EncryptionCertificates(TElCustomCertStorage &Value);
    void set_EncryptionCertificates(TElCustomCertStorage *Value);

[PHP]
    TElCustomCertStorage get_EncryptionCertificates()
    void set_EncryptionCertificates(TElCustomCertStorage $Value)

[Java]
    TElCustomCertStorage getEncryptionCertificates();
    void setEncryptionCertificates(TElCustomCertStorage Value);

Description

    Use this property to specify encryption certificates.

See also:     DataEncryptionAlgorithm     SigningCertificates    

Discuss this help topic in SecureBlackbox Forum