| SealManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Managers
 Syntax
Syntaxpublic class SealManager : BaseManager
The SealManager type exposes the following members.
 Methods
Methods| 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 | (Inherited from Object.) | 
|  | GetHashCode | (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 | (Inherited from Object.) | 
|  | HasRelease | 
                Determines if the seal has a release for the legitimate with the given ID.
             | 
|  | ToString | (Inherited from Object.) | 
|  | UpdateSeal | 
                Updates a seal. All releases are resetted.
             | 
|  | UpdateSealKeyRelease | 
                Updates or adds a seal key release.
             | 
 See Also
See Also