Click or drag to resize
weroSoft AG, Software
KeyManagerExportKey Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Exports the key within a particular key container to a file.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public void ExportKey(
	string keyContainerName,
	string fileName,
	string password
)

Parameters

keyContainerName
Type: SystemString
Name of the key container whose key shall be exported.
fileName
Type: SystemString
File Name of the resulting file.
password
Type: SystemString
Password to be used for protecting the file.

Implements

IKeyManagerExportKey(String, String, String)
Remarks
This method exports both the private and the public key as well. The key is stored in a encrypted file, protected with the password of the user.
See Also