.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Mime Class Summary

Mime::GetSignerCert

Returns the Nth digital certificate used to sign the MIME message. Indexing begins at 0.

  Declarations  
    [Visual Basic]
Public Function GetSignerCert(ByVal Integer index) As Cert

[C#]
public Cert GetSignerCert(int index);

[C++]
public Cert *GetSignerCert(int index);

[JScript]
public function GetSignerCert(int index) : Cert
 
  Parameters  
   
index
If a message had N signers, this is a number from 0 to N-1.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.