StoredCredentialData class
This data object contains information about the stored credentials.
Namespace: Lenovo.SysMgmt.LXCA.Integration.Data
Assembly: Lenovo.SysMgmt.LXCA.Integration.Data
Properties
- public string Id { get; set; }
- ID of the stored credential.
In case of error, the Id is null, and the Description contains the failure explanation.
- public string UserName { get; set; }
- User name for this stored credential.
- public int Description { get; set; }
- Description of this stored credential.
In case of error, the Description contains the failure explanation and Id is null.
- public StoredCredentialType Type { get; set;}
- Type of this stored credential.
- public bool IsValid { get; }
- Returns true if this stored credential’s Id is not null.
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function.
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance.
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback