MATESO Password Safe API
MATESO Password Safe API
PsrApi.Managers
SealManager Class
SealManager Methods
AddSeal Method
BreakSeal Method
DeleteKeyReleasesForUser Method
DeleteSeal Method
GetSeal Method
GetSealKey Method
GetSealOpenType Method
GetSealOpenTypeBySealId Method
GetSealTemplateInvolvedOrganisationUnit Method
GetSealTemplateList Method
HasRelease Method
UpdateSeal Method
UpdateSealKeyRelease Method
SealManager
UpdateSeal Method
Updates a seal. All releases are resetted.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
Task
<
PsrSeal
>
UpdateSeal
(
PsrSeal
seal
,
Guid
dataId
,
PsrEntityObjectType
dataType
)
Parameters
seal
Type:
PsrApi.Data
PsrSeal
Seal that should be updated.
dataId
Type:
System
Guid
ID of the object that the seal belongs to.
dataType
Type:
PsrApi.Data.Enums
PsrEntityObjectType
Type of the object that the seal belongs to.
Return Value
Type:
Task
PsrSeal
See Also
Reference
SealManager Class
PsrApi.Managers Namespace