Click or drag to resize

SealManager Class

Contains methods to manipulate seals.
Inheritance Hierarchy

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class SealManager : BaseManager

The SealManager type exposes the following members.

Methods
  NameDescription
Public methodAddSeal
Adds a new seal.
Public methodBreakSeal
Breaks the seal with the given ID if possible.
Public methodDeleteKeyReleasesForUser
Delets all seal key releases for the keys of the given seal for the legitimate with the given ID.
Public methodDeleteSeal
Deletes the seal with the given ID.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetSeal
Returns the seal that matches the given ID.
Public methodGetSealKey
Returns a encrypted seal key.
Public methodGetSealOpenType Obsolete.
Gets the open type of the seal.
Public methodGetSealOpenTypeBySealId
Gets the open type of the seal.
Public methodGetSealTemplateInvolvedOrganisationUnit
Returns a list of IDs of involved organisation units of a seal template.
Public methodGetSealTemplateList
Returns a list of seal templates that match the given filter.
Public methodGetType (Inherited from Object.)
Public methodHasRelease
Determines if the seal has a release for the legitimate with the given ID.
Public methodToString (Inherited from Object.)
Public methodUpdateSeal
Updates a seal. All releases are resetted.
Public methodUpdateSealKeyRelease
Updates or adds a seal key release.
Top
See Also