SealManager Class |
Namespace: PsrApi.Managers
public class SealManager : BaseManager
The SealManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AddSeal |
Adds a new seal.
| |
| BreakSeal |
Breaks the seal with the given ID if possible.
| |
| DeleteKeyReleasesForUser |
Delets all seal key releases for the keys of the given seal for the legitimate with the given ID.
| |
| DeleteSeal |
Deletes the seal with the given ID.
| |
| 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.) | |
| GetSeal |
Returns the seal that matches the given ID.
| |
| GetSealKey |
Returns a encrypted seal key.
| |
| GetSealOpenType | Obsolete.
Gets the open type of the seal.
| |
| GetSealOpenTypeBySealId |
Gets the open type of the seal.
| |
| GetSealTemplateInvolvedOrganisationUnit |
Returns a list of IDs of involved organisation units of a seal template.
| |
| GetSealTemplateList |
Returns a list of seal templates that match the given filter.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasRelease |
Determines if the seal has a release for the legitimate with the given ID.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateSeal |
Updates a seal. All releases are resetted.
| |
| UpdateSealKeyRelease |
Updates or adds a seal key release.
|