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

Back to Mime Class Summary

Mime::ConvertToSigned

Digitally signs the calling Mime object, but rather than the signature becoming a sub-part of the message (as in AddDetachedSignature) it becomes part of the message. In S/MIME terms, the message becomes application/x-pkcs7-mime rather than multipart/signed.

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

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

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

[JScript]
public function ConvertToSigned(Cert cert) : Boolean
 
  Parameters  
   
cert
A digital certificate used to sign the MIME message.
 

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