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

Back to Mime Class Summary

Mime::Encrypt

Encrypt a MIME message object using a digital certificate.

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

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

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

[JScript]
public function Encrypt(Cert cert) : Boolean
 
  Parameters  
   
cert
A digital certificate used for encryption.
 

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