| Name | Description |
 | BeginEdit | Starts an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | CancelEdit | Cancels an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject) |
  | Check | Checks a UserSecurity against a JAMS Server. |
 | ClearError | Clears the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | ClearModified | ClearModified is designed to be used internally and should not be called from end-user code. Call Update() which saves the modifications and then calls ClearModified. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | Clone | Implementation of ICloneable Clone. |
 | CompareTo | Implementation of IComparable CompareTo. Compare this instance to the one specified. |
 | Delete | Overloaded. Delete the User Security definition. |
 | EndEdit | Ends an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject) |
  | Exists | Overloaded. Test to determine if a given User Security definition exists on the default server. |
  | Find | Overloaded. Creates and loads a new UserSecurityList from the default JAMS server. |
 | GenerateKey | Generates a new public/private key pair for this UserSecurity. |
 | GetAccessControl | Overloaded. Gets a UserSecuritySecurity object that encapsulates the access control list (ACL) entries for the UserSecurity described by the current UserSecurity object. |
 | GetCredential | Gets a new Network Credential |
 | GetLogonUserName | Gets the name that should be used to log on. |
 | GetPassword | Returns the password as a SecureString. You must have "Inquire" access to the JAMS User to call this method. |
 | Initialize | Initializes all properties to their default values. |
 | InitializeDefaultAcl | Initialize the ACL with default settings. This allows the creator and the user full access. |
  | Load | Overloaded. Load a User Security definition from the default JAMS Server. |
 | LoadKey | Overloaded. Loads a public/private key pair from a file. |
 | SaveAs | Save the UserSecurity with a new name and/or server. |
 | SavePrivateKey | Overloaded. Saves the public/private key pair to a file. |
 | SavePublicKey | Overloaded. Saves the public key to a file. |
 | SetAccessControl | Applies access control list (ACL) entries described by a UserSecuritySecurity object to the UserSecurity described by the current UserSecurity object. |
 | SetError | Sets the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | SetModified | Marks the object as modified. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | ToString | Returns the string equivalent of this UserSecurity definition. |
 | UndoEdits | Overridden. Undo changes that have not been saved to the database. |
 | Update | Overloaded. Save updates to the JAMS Server |
 | Validate | Overloaded. Overridden. Validate all properties. |