1 write to useCurrentUserProtectionScope
System.ServiceModel (1)
System\ServiceModel\Security\DataProtectionSecurityStateEncoder.cs (1)
27this.useCurrentUserProtectionScope = useCurrentUserProtectionScope;
4 references to useCurrentUserProtectionScope
System.ServiceModel (4)
System\ServiceModel\Security\DataProtectionSecurityStateEncoder.cs (4)
43return this.useCurrentUserProtectionScope; 62result.AppendFormat("{0} UseCurrentUserProtectionScope={1}", Environment.NewLine, this.useCurrentUserProtectionScope); 71return ProtectedData.Unprotect(data, this.entropy, (this.useCurrentUserProtectionScope) ? DataProtectionScope.CurrentUser : DataProtectionScope.LocalMachine); 84return ProtectedData.Protect(data, this.entropy, (this.useCurrentUserProtectionScope) ? DataProtectionScope.CurrentUser : DataProtectionScope.LocalMachine);