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

C#
public void UseMachineKeyStore(
	bool value
)
Visual Basic
Public Sub UseMachineKeyStore ( _
	value As Boolean _
)
Visual C++
public:
virtual void UseMachineKeyStore(
	bool value
) sealed

Parameters

value
Type: System..::..Boolean
true if the key should be persisted in the computer key store; otherwise, false.

Implements

IBarcodeFactory..::..UseMachineKeyStore(Boolean)

See Also