EasyByte Software

Welcome to EasyByte Software

Home Buy Online Products Downloads Support
Sections
Index
About
Installation
Properties
Methods
ASP and dotNET
Further Information
  

 

 

KeyFolder Property
 
     

Cryptocx v7 User Guide

 

KeyFolder Property

This is the property that you set for Cryptocx to use as the folder where secret and public keyrings are stored. Or in the case of Generating keys, the folder where they will be stored.

 

Description

Specifies the folder where keyrings are located or to be located.

     
Syntax

object.KeyFolder [= KeyFolder ]

The syntax of the KeyFolder property has these parts:

 
Part Description
object A Cryptocx v7 control.
KeyFolder A string expression that specifies the folder where to place the generated keys.

       
Default ""   (empty string)
       
Remarks You need to specify a fully qualified folder name which includes the drive name.
     
Data Type

String

     
Example Sample Visual Basic Code to generate a new key pair:

Where Cryptocx1 is an instance of a Cryptocx Control.

Cryptocx1.Password = "My Password"
Cryptocx1.UserID = "fred"
Cryptocx1.KeySize = "1024"
Cryptocx1.KeyFolder = "C:\folder"

x = Cryptocx1.GenKeys

 

 

 

 

Back to Contents Page

 

Click here to set this great site as your home page

Or click here to add it to your Favorites.

  
  
 

Copyright (c) EasyByte Software 1998-2008, info@easybyte.com