다음을 통해 공유


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입니다.

적용 대상