WriteString (section, 'Base64Text_Text', Base64Text_Text) ; WriteString (section, 'CodeTextLines_Lines', CodeTextLines_Lines.CommaText) ; if CompactXML_Checked then temp := 'True' else temp := 'False' ; WriteString (section, 'CompactXML_Checked', temp) ; WriteString (section, 'HexText_Text', HexText_Text) ; WriteString (section, 'JoseTextLines_Lines', JoseTextLines_Lines.CommaText) ; WriteString (section, 'JsonInput_Lines', JsonInput_Lines.CommaText) ; if JwkPrivate_Checked then temp := 'True' else temp := 'False' ; WriteString (section, 'JwkPrivate_Checked', temp) ; if LogJson_Checked then temp := 'True' else temp := 'False' ; WriteString (section, 'LogJson_Checked', temp) ; WriteInteger (section, 'NewPrivKey_ItemIndex', NewPrivKey_ItemIndex) ; WriteString (section, 'NewPrivKey_Text', NewPrivKey_Text) ; WriteString (section, 'RawJWK_Lines', RawJWK_Lines.CommaText) ; if ShowRawKey_Checked then temp := 'True' else temp := 'False' ; WriteString (section, 'ShowRawKey_Checked', temp) ; WriteString (section, 'TestHmacKey_Text', TestHmacKey_Text) ; WriteInteger (section, 'TestJWSAlg_ItemIndex', TestJWSAlg_ItemIndex) ; WriteString (section, 'TestPrivKeyFile_Text', TestPrivKeyFile_Text) ; WriteString (section, 'URLText_Text', URLText_Text) ;