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

BACK

Chilkat::CreateCS Class

A certificate store factory class.

This Visual C++ .NET class declaration is temporarily provided until the documentation for this class is complete.


  
namespace Chilkat {
	
__gc public class Cert;
__gc public class CertStore;

__gc public class CreateCS
{

public:
	CreateCS();
	~CreateCS();

	__property String *get_LastError(void);
	bool SaveLastError(String *filename);

	__property bool get_ReadOnly(void);
	__property void set_ReadOnly(bool newVal);
	__property String *get_Version(void);

	CertStore *CreateRegistryStore(String *regRoot, String *regPath);
	CertStore *OpenRegistryStore(String *regRoot, String *regPath);
	CertStore *CreateFileStore(String *filename);
	CertStore *OpenFileStore(String *filename);
	CertStore *CreateMemoryStore(void);
	CertStore *OpenChilkatStore(void);
	CertStore *OpenOutlookStore(void);
	CertStore *OpenLocalSystemStore(void);
	CertStore *OpenCurrentUserStore(void);

};

	}

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