ChainBuildingParameters.NetworkRetrievalEnabled 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 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.