type
TScCertLocation = (clCurrentUser, clCurrentUserGroupPolicy, clLocalMachine, clLocalMachineEnterprise, clLocalMachineGroupPolicy, clCurrentService, clServices, clUsers);
property CertLocation: TScCertLocation;
Description
Use the CertLocation property to specify a system store location. Usage of this property is related on the value of the CertProviderType property.
Default value is clCurrentUser.