ChainBuildingParameters.AuthorityInformationAccessEnabled Property

Definition

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.

Applies to