Initializes a new Key Store object.

Namespace:  DidiSoft
Assembly:  PGPLib (in PGPLib.dll) Version: 1.6.3.19546

Syntax

C#
public KeyStore(
	string keystoreFileName,
	string keystorePassword
)
Visual Basic (Declaration)
Public Sub New ( _
	keystoreFileName As String, _
	keystorePassword As String _
)
Visual C++
public:
KeyStore(
	String^ keystoreFileName, 
	String^ keystorePassword
)

Parameters

keystoreFileName
Type: System..::.String
File name of the Key store (absolute or relative path)
keystorePassword
Type: System..::.String
Password for the PGP Key store.

Remarks

Initializes a new Key Store object.
NOTE: The Key store file may not exist, it will be created on first key manipulation operation.

Exceptions

ExceptionCondition
System.IO..::.IOException

See Also