TTenantProvisioner.RemoveIdentifier Method
Removes an external identifier and invalidates its cached mapping. Nothing happens if the identifier is unknown.
Syntax
Unit: Aurelius.Tenancy.Provisioning
procedure TTenantProvisioner.RemoveIdentifier(const Name: string; const Value: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The identifier name. |
| const | Value | string | The identifier value. |