[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=SecureString Info=Represents text that should be kept confidential. The text is encrypted for privacy when being used, and deleted from computer memory when no longer needed. [Property] Name=Sets the name of component|2| [Methods] doAppendChar=Appends a character to the end of the current secure string.ARG(char Char)|1|0 *doClear=Deletes the value of the current secure string.ARG()|1|0 *doDispose=Releases all resources used by the current SecureString object. ARG()|1|0 *doInsertAt=Inserts a character in this secure string at the specified index position.ARG(int Index, char Char)|1|0 *doMakeReadOnly=Makes the text value of this secure string read-only. ARG()|1|0 *doRemoveAt=Removes the character at the specified index position from this secure string.ARG(int Index)|1|0 *doSetAt=Replaces the existing character at the specified index position with another character.ARG(int Index, char Char)|1|0 *Copy=Creates a copy of the current secure string.ARG(SecureString)|3|0 *IsReadOnly=Indicates whether this secure string is marked read-only.ARG(bool)|3|104 Length=Returns the number of characters in the current secure string.ARG(int)|3|1 SecureString=Returns the SecureString object. ARG(SecureString)|3|0 Char=Defines a character to append to this secure string. ARG(char)|4|106 Index=Defines the index position where parameter c is inserted. ARG(int)|4|1