PsrDataRight Class |
Namespace: PsrApi.Data
public class PsrDataRight
The PsrDataRight type exposes the following members.
Name | Description | |
---|---|---|
![]() | PsrDataRight | Initializes a new instance of the PsrDataRight class |
Name | Description | |
---|---|---|
![]() | __type |
Internally used, never change this value.
|
![]() | Data |
Object that someone is legitimated to do things with
|
![]() | DataId |
ID of the object that someone is legitimated to do things with
|
![]() | HasRightKey |
If this object has a right key
|
![]() | IncludeDataRightKey |
Membership
|
![]() | Legitimate |
Object that is legitimated to do things with the object
|
![]() | LegitimateId |
ID of the object that is legitimated to do things with the object
|
![]() | LegitimatePublicKey |
Public key of the legitimate
|
![]() | OwnerRight |
If owner right is set, then only the legitimate can edit the right
|
![]() | RightKey |
The right key is an encrypted private key that can only be decrypted by the legitimate
|
![]() | Rights |
Permissions that the legitimate has on the object
|
![]() | Seal |
Seal
|
![]() | SealId |
Seal ID
|
![]() | SecuredData |
Used for ContainerItemPassword, if secured data is true, the legitimate
cannot reveal the password, but only use it for automatic entry
|
![]() | 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.
|
![]() | ValidFromUtc |
Validity date begin
|
![]() | ValidToUtc |
Validity date end
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |