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
AddSeal Method
Adds a new seal.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
Task
<
PsrSeal
>
AddSeal
(
PsrSeal
seal
,
Guid
dataId
,
PsrEntityObjectType
dataType
)
Parameters
seal
Type:
PsrApi.Data
PsrSeal
The new seal that should be added.
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