ChainBuildingParameters.AuthorityInformationAccessEnabled プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
機関情報アクセス (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 です。