securityManagerTKValue property

BigInt securityManagerTKValue

Implementation

BigInt get securityManagerTKValue {
  return getIntValue(EIRType.SecurityManagerTKValue);
}
void securityManagerTKValue=(BigInt value)

Implementation

set securityManagerTKValue(BigInt value) {
  setIntValue(EIRType.SecurityManagerTKValue, value);
}