ChainBuildingParameters.AuthorityInformationAccessEnabled 属性

定义

获取或设置一个值,该值指示是否启用颁发机构信息访问 (AIA) 。

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

属性值

Boolean

bool

如果为 True,则启用 AIA) (机构信息访问;否则为 false。 默认值为 true。

适用于