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

Back to Mime Class Summary

Mime::AddDetachedSignature

Signs the message using the certificate provided. If successful, the message is converted to "multipart/signed" and the original message will be contained in the first sub-part.

  Declarations  
    [Visual Basic]
Public Function AddDetachedSignature(Cert cert) As Boolean

[C#]
public bool AddDetachedSignature(Cert cert);

[C++]
public bool AddDetachedSignature(Cert *cert);

[JScript]
public function AddDetachedSignature(Cert cert) : Boolean
 
  Parameters  
   
cert
A digital certificate object
 

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