ChainBuildingParameters.RevocationCheckEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.