DataProtectionScope public enum DataProtectionScope Documentation Code namespace System.Security.Cryptography { public enum DataProtectionScope { CurrentUser, LocalMachine } }