securityManagerTKValue property
BigInt
get
securityManagerTKValue
Implementation
BigInt get securityManagerTKValue {
return getIntValue(EIRType.SecurityManagerTKValue);
}
set
securityManagerTKValue
(BigInt value)
Implementation
set securityManagerTKValue(BigInt value) {
setIntValue(EIRType.SecurityManagerTKValue, value);
}