<PackageReference Include="Relativity.Server.Utility.SDK" Version="14.2.7" />

Store

public enum Store
Enumerates the possible data protection stores. Affects which audience will be capable of decrypting data encrypted by this DataProtector.

Any user on the computer on which CryptProtectData is called can use CryptUnprotectData to decrypt the data.

Only the user who performed the encryption will be capable of decrypting data encrypted by this DataProtector.