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

Back to Crypt Class Summary

Crypt::SetCSP

Sets the cryptographic service provider (CSP) to be used for public-key encryption. In most cases this is not called, but it can be used to control the encryption algorithm, key length, hashing algorithm, etc., or to use a CSP from a 3rd party, such as a smart card vendor.

  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.