RegKeyToProperty
return RegKeyToProperty("Issued", false, newValue);
return RegKeyToProperty("Renewable Until", false, newValue);
return RegKeyToProperty("Valid Until", true, newValue);
return RegKeyToProperty("Encryption Type", false, newValue);
return RegKeyToProperty("Flags", false, newValue);
return RegKeyToProperty("Credential Cache", false, newValue);
return RegKeyToProperty("AutoRenewTickets", true, newValue);
return RegKeyToProperty("LowTicketAlarm", true, newValue);
return RegKeyToProperty("DestroyTicketsOnExit", false, newValue);