Share via


ChainBuildingParameters.RevocationCheckEnabled Property

Definition

Gets or sets a value indicating whether revocation checking is enabled.

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

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

Property Value

Boolean

bool

True to enable revocation checking; otherwise false.

Applies to