 |
IKeyManagerInitialize Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Initializes the key manager instance.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntaxvoid Initialize(
bool useMachineKeyContainer
)
Parameters
- useMachineKeyContainer
- Type: SystemBoolean
Defines a value indicating whether the key container of the machine shall be used.
Remarks
Use this method to work with the key container of the machine.
See Also