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

Back to Crypt Class Summary

Crypt::SetEncryptCertificate

Sets the certificate that will be used for public-key RSA encryption.

  Declarations  
    [Visual Basic]
Public Sub SetEncryptCertificate(Cert certificate)

[C#]
public void SetEncryptCertificate(Cert certificate);

[C++]
public void SetEncryptCertificate(Cert *certificate);

[JScript]
public function SetEncryptCertificate(Cert certificate);
 
  Parameters  
   
certificate
A digital certificate object.
 

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