4 references to LocalMachine
System.Security (2)
system\security\cryptography\dataprotection.cs (2)
63if (scope == DataProtectionScope.LocalMachine) 138if (scope == DataProtectionScope.LocalMachine)
System.ServiceModel (2)
System\ServiceModel\Security\DataProtectionSecurityStateEncoder.cs (2)
71return ProtectedData.Unprotect(data, this.entropy, (this.useCurrentUserProtectionScope) ? DataProtectionScope.CurrentUser : DataProtectionScope.LocalMachine); 84return ProtectedData.Protect(data, this.entropy, (this.useCurrentUserProtectionScope) ? DataProtectionScope.CurrentUser : DataProtectionScope.LocalMachine);