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