Name | Description | |
---|---|---|
Credential Constructor | Overloaded. |
The following tables list the members exposed by Credential.
Name | Description | |
---|---|---|
Credential Constructor | Overloaded. |
Name | Description | |
---|---|---|
ACL | Access Control List. | |
CredentialID | Gets or sets the ID for this Credential | |
CredentialName | Gets or sets the username for this Credential definition. | |
Description | Gets or sets the description of this Credential. | |
EncryptedPassword | Gets or sets the Encrypted Password for this Credential definition. | |
EncryptedPrivateKey | Gets or sets the Encrypted PrivateKey for this Credential 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 Credential definition was last changed. | |
LastChangeUTC | Gets the UTC date and time when this Credential definition was last changed. | |
LoadedFrom | Gets the JAMS Server that this Credential was loaded from. | |
LogonUserName | Gets or sets the logon username for this Credential definition. This is the string which is actually passed to the remote host as the logon username. | |
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 Credential definition. | |
PublicKey | Gets the public key | |
References | Gets a list of References to this Credential. | |
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 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 |
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) |