EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageDecryptor.CertIDCount

TElMessageDecryptor     See also    


 

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;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    __stdcall int SBMessageDecryptorGetCertIDCount(HANDLE hDecryptor);
 
 

Parameters

  • [DLL]hDecryptor - handle to the TElMessageDecryptor object that was returned by Constructor
 
 

Description

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

 
 

See also:     CertIDs    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation