ChainBuildingParameters.NetworkRetrievalEnabled Property

Definition

Gets or sets a value indicating whether to request new URLs to use for chain building and revocation checking or to use cached URLs.

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

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

Property Value

Boolean

bool

True torequest new URLs to use for chain building and revocation checking; false to use cached URLs.

Applies to