Click or drag to resize
weroSoft AG, Software
CryptoServiceBaseGenerateCode Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Creates a secure code for accessing the store.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static string GenerateCode(
	string keyContainerName,
	string plainText
)

Parameters

keyContainerName
Type: SystemString
Key container name to be used.
plainText
Type: SystemString
Plain text.

Return Value

Type: String
Code to be used.
See Also