Discuss this help topic in SecureBlackbox Forum

TElMessageDecryptor.CertIDCount

TElMessageDecryptor     See also     


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


This read-only property contains the number of certificates which were used to encrypt message.

Declaration

[C#]
    int CertIDCount;

[VB.NET]
    Property CertIDCount As Integer

[Pascal]
    property CertIDCount : integer;

[C++]
    int32_t get_CertIDCount();

[PHP]
    integer get_CertIDCount()

[Java]
    int getCertIDCount();

Description

    Use this property to get total amount of certificates that were used for message encription.

See also:     CertIDs    

Discuss this help topic in SecureBlackbox Forum