EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageVerifier.CountersignatureCertIDs

TElMessageVerifier     See also    


 

This read-only property contains identifiers of certificates which were used to countersign the message.

 
 

Declaration

[C#]
    TElPKCS7Issuer CountersignatureCertIDs[int Index];

[VB.NET]
    Property CountersignatureCertIDs(ByVal Index As Integer) As TElPKCS7Issuer

[Pascal]
    property CountersignatureCertIDs[Index : integer] : TElPKCS7Issuer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the certificate identifier in list.
 
 

Description

    Use this property to get identifiers of certificates which were used for message countersigning. Identifier represents an <Issuer, SerialNumber> pair.
    Note: you may access this property even if the verification process failed (when no appropriate certificate was found in the certificate storage or CertStorage property was set to null (nil, Nothing)). Also, you may browse this property after successful execution of this routine to identify the certificate which was used to verify the message.

 
 

See also:     CountersignatureCertIDCount    

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