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 Credential 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 Credential 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 Credential definition exists on the default server. | |
Find | Overloaded. Creates and loads a new CredentialList from the default JAMS server. | |
GenerateKey | Generates a new public/private key pair for this Credential. | |
GetAccessControl | Overloaded. Gets a CredentialSecurity object that encapsulates the access control list (ACL) entries for the Credential described by the current Credential 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 Credentials and "GetPassword" access to the specific Credential 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 Credential definition from the default JAMS Server. | |
LoadKey | Overloaded. Loads a public/private key pair from a file. | |
ReadXml | Reads the Credential values from XML | |
SaveAs | Save the Credential 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 CredentialSecurity object to the Credential described by the current Credential 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 Credential 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. | |
WriteXml | Writes the Credential values from XML |