ChainBuildingParameters.AuthorityInformationAccessEnabled Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Wert ab, der angibt, ob der Autoritätsinformationszugriff (Authority Information Access, AIA) aktiviert ist, oder legt diesen fest.
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
Eigenschaftswert
Boolean
bool
True, um den Zugriff auf Autoritätsinformationen (Authority Information Access, AIA) zu aktivieren; andernfalls false. Der Standardwert ist „true“.