| IBarcodeFactoryUseMachineKeyStore Method |
Gets or sets a value indicating whether the key should be persisted in the computer's key store instead of the user profile store.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax void UseMachineKeyStore(
bool value
)
Sub UseMachineKeyStore (
value As Boolean
)
void UseMachineKeyStore(
bool value
)
abstract UseMachineKeyStore :
value : bool -> unit
Parameters
- value
- Type: SystemBoolean
true if the key should be persisted in the computer key store; otherwise, false.
See Also