EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageDecryptor.CertIDs

TElMessageDecryptor     See also    


 

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

 
 

Declaration

[C#]
    TElPKCS7Issuer CertIDs[int Index];

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

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    __stdcall HANDLE SBMessageDecryptorGetCertID(HANDLE hDecryptor, int nIndex);
 
 

Parameters

  • [DLL]hDecryptor - handle to the TElMessageDecryptor object that was returned by Constructor
  • Index (nIndex) - index of the certificate identifier in list.
 
 

Description

    Use this property to get identifiers of certificates which were used fo message encryption. Identifier represents <Issuer, SerialNumber> pair.
    Note: you may access this property even if the decryption process failed (when no appropriate certificate was found in the certificate storage or the storage was not specified). Also, you can check this property after successful execution of Decrypt method to identify the certificate which was used to decrypt the message.

 
 

See also:     CertIDCount    

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