| ProvisioningClaim Constructor (Int32, Guid, Guid) |
Constructor is used when loading claims from the data store.
Namespace:
Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic ProvisioningClaim(
int id,
Guid identityUID,
Guid assignmentKey
)
Parameters
- id
- Type: SystemInt32
- identityUID
- Type: SystemGuid
- assignmentKey
- Type: SystemGuid
See Also