Click or drag to resize

SealManager Class

Contains methods to manipulate seals.
Inheritance Hierarchy
SystemObject
  PsrApi.ManagersBaseManager
    PsrApi.ManagersSealManager

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasRelease
Determines if the seal has a release for the legitimate with the given ID.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateSeal
Updates a seal. All releases are resetted.
Public methodUpdateSealKeyRelease
Updates or adds a seal key release.
Top
See Also