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

Back to Email Class Summary

Email::GetSigningCert

Return the certificate that will be used to digitally sign this email. This is the cerficate that was previously set by calling the SetSigningCert method.

  Declarations  
    [Visual Basic]
Public Function GetSigningCert() As Cert

[C#]
public Cert GetSigningCert();

[C++]
public Cert *GetSigningCert();

[JScript]
public function GetSigningCert() : Cert
 
  Parameters  
   
 

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