Click or drag to resize
weroSoft AG, Software
KeyManagerImportKey Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Imports the key from a file.

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

Parameters

keyContainerName
Type: SystemString
Name of the key container to which the key shall be imported.
fileName
Type: SystemString
File Name from which the key shall be imported.
password
Type: SystemString
Password of the file, used to decrypt the file.

Implements

IKeyManagerImportKey(String, String, String)
See Also