PsrGetMigratedKeysResult Class |
Namespace: PsrApi.Synchronization
public class PsrGetMigratedKeysResult
The PsrGetMigratedKeysResult type exposes the following members.
| Name | Description | |
|---|---|---|
| PsrGetMigratedKeysResult | Initializes a new instance of the PsrGetMigratedKeysResult class |
| Name | Description | |
|---|---|---|
| ContainerItemKeyInstructions |
Instructions to decrypt keys for container items
| |
| GroupKeyInstructions |
Instructions to decrypt keys for groups
| |
| HasMoreResults |
Returns if there are more results which need to be requested
| |
| MigratedKeysId |
The id this result
This is required to get load the complete result if HasMoreResults is true.
| |
| RoleKeyInstructions |
Instructions to decrypt keys for roles
| |
| UserKeyInstructions |
Instructions to decrypt keys for users
|
| 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.) |