MVPSI.JAMS Namespace : UserSecurity Class |
The following tables list the members exposed by UserSecurity.
Name | Description | |
---|---|---|
![]() | UserSecurity Constructor | Creates a UserSecurity. |
Name | Description | |
---|---|---|
![]() | ACL | Access Control List. |
![]() | Description | Gets or sets the description of this User Security. |
![]() | EncryptedPassword | Gets or sets the Encrypted Password for this UserSecurity definition. |
![]() | EncryptedPrivateKey | Gets or sets the Encrypted PrivateKey for this UserSecurity definition. |
![]() | Error | Gets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject) |
![]() | Fingerprint | Gets the fingerprint of the key |
![]() | HasErrors | The HasErrors property can be used to determine if the object has any errors. If the object needs to be validated, it is done before returning. (Inherited from MVPSI.JAMS.BasePublicObject) |
![]() | InEdit | Is this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject) |
![]() | Item | Returns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject) |
![]() | LastChange | Gets the date and time when this UserSecurity definition was last changed. |
![]() | LastChangeUTC | Gets the UTC date and time when this UserSecurity definition was last changed. |
![]() | LoadedFrom | Gets the JAMS Server that this UserSecurity was loaded from. |
![]() | LogonUserName | Gets or sets the logon username for this UserSecurity definition. This is the string which is actually passed to the remote host as the logon username. If not specified, the UserName property is used. |
![]() | Modified | The Modified property keeps track of modified state of this object. You cannot set the Modified property. If you modify the object, the modified property will be true until you end or cancel the update. (Inherited from MVPSI.JAMS.BasePublicObject) |
![]() | NewObject | The NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. (Inherited from MVPSI.JAMS.BasePublicObject) |
![]() | Password | Sets the password for this user. |
![]() | PrivateKey | Gets the private key for this UserSecurity definition. |
![]() | PublicKey | Gets the public key |
![]() | UserID | Gets or sets the ID for this UserSecurity |
![]() | UserName | Gets or sets the username for this UserSecurity definition. |
![]() | Validated | The Validated property keeps track of the validation state of this object. If the object has been modified, Validated will be false until the object has been successfully validated by the Validate method. (Inherited from MVPSI.JAMS.BasePublicObject) |
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. |
Name | Description | |
---|---|---|
![]() | RaisePropertyChanged | Attempts to raise the PropertyChanged event (Inherited from MVPSI.JAMS.BasePublicObject) |
![]() | RaisePropertyChanging | Attempts to raise the PropertyChanging event (Inherited from MVPSI.JAMS.BasePublicObject) |
![]() | SaveOriginal | SaveOriginal is called when an edit is about to begin. You override this method to save the original values. (Inherited from MVPSI.JAMS.BasePublicObject) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Event Handler for Property Changed Event (Inherited from MVPSI.JAMS.BasePublicObject) |
![]() | PropertyChanging | Event Handler for Property Changing Event (Inherited from MVPSI.JAMS.BasePublicObject) |