EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageVerifier.CertIDCount

TElMessageVerifier     See also    


 

This read-only property contains the number of certificate identifiers which were used to sign message.

 
 

Declaration

[C#]
    int CertIDCount;

[VB.NET]
    Property CertIDCount As Integer

[Pascal]
    property CertIDCount : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    __stdcall int SBMessageVerifierGetCertIDCount(HANDLE hVerifier);
 
 

Parameters

  • [DLL]hVerifier - handle to the TElMessageVerifier object that was returned by Constructor
 
 

Description

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

 
 

See also:     CertIDs    

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