ChainBuildingParameters.CurrentTimeValidationEnabled Property

Definition

Gets or sets a value indicating that the current time is to be used for the validation timestamp.

public:
 property bool CurrentTimeValidationEnabled { bool get(); void set(bool value); };
bool CurrentTimeValidationEnabled();

void CurrentTimeValidationEnabled(bool value);
public bool CurrentTimeValidationEnabled { get; set; }
var boolean = chainBuildingParameters.currentTimeValidationEnabled;
chainBuildingParameters.currentTimeValidationEnabled = boolean;
Public Property CurrentTimeValidationEnabled As Boolean

Property Value

Boolean

bool

True to use the current time as the validation timestamp; otherwise false. The default is true.

Applies to