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

Back to Mime Class Summary

Mime::SetCSP

Sets the encryption and digital signature preferences for this message. The CSP object will control the Cryptographic Service Provider used, the key container within the CSP to be used, and the encryption/hash algorithms.

  Declarations  
    [Visual Basic]
Public Function SetCSP(Csp csp) As Boolean

[C#]
public bool SetCSP(Csp csp);

[C++]
public bool SetCSP(Csp *csp);

[JScript]
public function SetCSP(Csp csp) : Boolean
 
  Parameters  
   
csp
A cryptographic service provider object
 

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