| PsrCredentialCheck Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Data
 Syntax
Syntaxpublic class PsrCredentialCheck
The PsrCredentialCheck type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrCredentialCheck | Initializes a new instance of the PsrCredentialCheck class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ContainerId | 
                ID of the password that was checked.
             | 
|  | LastCheckUtc | 
                Timestamp of the most current check run.
             | 
|  | LastError | 
                Most current error that happened during a check run.
             | 
|  | Result | 
                Result of the most current check run.
             | 
|  | SyncOperation | 
                Synchronisation State. Used to determine which operation to perform when synchronizing the data.
             | 
|  | TimeStampUtc | 
                Timestamp of the last change
             | 
|  | TransactionId | 
                The Id of the transaction. Used to identify the object in results, even if its id has changed.
                Must be generated for sync operations.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also