 |
IKeyManagerExportKeyPublicOnly Method (String, String) |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Exports the public part of the key within a particular container.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntaxvoid ExportKeyPublicOnly(
string keyContainerName,
string fileName
)
Parameters
- keyContainerName
- Type: SystemString
Name of the key container whose key shall be exported. - fileName
- Type: SystemString
File Name of the resulting file.
See Also