| PsrSealKey Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Data
 Syntax
Syntaxpublic class PsrSealKey
The PsrSealKey type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrSealKey | Initializes a new instance of the PsrSealKey class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | __type | 
                Internally used, never change this value.
             | 
|  | Id | 
                ID
             | 
|  | KeyReleases | 
                Release keys
             | 
|  | Legitimate | 
                The legitimate that has rights to this seal key
             | 
|  | LegitimateId | 
                ID of the legitimate that has rights to this seal key
             | 
|  | Required | 
                Number of necessarry releases. Single user: 1 = mandatory, 0 = optional
             | 
|  | Seal | 
                Seal that the seal key belongs to
             | 
|  | SealId | 
                ID of the seal that the seal key belongs to
             | 
|  | SealKey | 
                Key of the seal
             | 
|  | SyncOperation | 
                Synchronisation State. Used to determine which operation to perform when synchronizing the data.
             | 
|  | 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