ChainBuildingParameters.AuthorityInformationAccessEnabled 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 that indicates whether Authority Information Access (AIA) is enabled.
public:
property bool AuthorityInformationAccessEnabled { bool get(); void set(bool value); };
bool AuthorityInformationAccessEnabled();
void AuthorityInformationAccessEnabled(bool value);
public bool AuthorityInformationAccessEnabled { get; set; }
var boolean = chainBuildingParameters.authorityInformationAccessEnabled;
chainBuildingParameters.authorityInformationAccessEnabled = boolean;
Public Property AuthorityInformationAccessEnabled As Boolean
Property Value
Boolean
bool
True to enable Authority Information Access (AIA); otherwise false. The default is true.