critical property
bool
get
critical
If true
, indicates that the corresponding property tag must be
understood if the semantics of the CAA record are to be correctly
interpreted by an issuer.
Issuers must not issue certificates for a domain if the relevant CAA
Resource Record set contains unknown property tags that have critical
set.
Implementation
_i2.bool get critical => _i3.getProperty(
this,
'critical',
);
set
critical
(bool value)
Implementation
set critical(_i2.bool value) {
_i3.setProperty(
this,
'critical',
value,
);
}