Password Data
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class PasswordData
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PasswordData()()()() | Initializes a new instance of the PasswordData class | 
|  | Data | 
            The password of the instance.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InstanceId | 
            The ID of the instance.
             | 
|  | IsSetData()()()() | 
            Checks if Data property is set
             | 
|  | IsSetInstanceId()()()() | 
            Checks if InstanceId property is set
             | 
|  | IsSetTimestamp()()()() | 
            Checks if Timestamp property is set
             | 
|  | Timestamp | 
            The time the data was last updated.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithData(String) | Obsolete. 
            Sets the password of the instance.
             | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the ID of the instance.
             | 
|  | WithTimestamp(String) | Obsolete. 
            Sets the time the data was last updated.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PasswordData |