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

Back to Crypt Class Summary

Crypt::UseStandardSearchCertStores

Tells Chilkat Crypt.NET to search the following certificate stores in this order: (1) Local Machine Certificate Store: This exists on every MS Windows system and is located in the registry. These certificates are shared among all users of the system. (2) Chilkat Email.NET Certificate Store: This is the certificate store used with Chilkat Email.NET, and is located in the registry under HKEY_LOCAL_MACHINE:Software/Chilkat/SystemCertificates (3) Microsoft AddressBook: This is the certificate store used by Microsoft Outlook and is located in the registry under HKEY_CURRENT_USER:Software/Microsoft/SystemCertificates/AddressBook. (4) Current User Certificate Store: This exists on every MS Windows system and is located in the registry. Each user has his own private certificate store.

  Declarations  
    [Visual Basic]
Public Property UseStandardSearchCertStores As Boolean

[C#]
public bool UseStandardSearchCertStores {get; set;}

[C++]
public: __property bool get_UseStandardSearchCertStores();
public: __property void set_UseStandardSearchCertStores(bool);

[JScript]
public function get UseStandardSearchCertStores() : Boolean;
public function set UseStandardSearchCertStores(Boolean);
 

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