3 references to Protect
System.IdentityModel (1)
System\IdentityModel\ProtectedDataCookieTransform.cs (1)
91encoded = ProtectedData.Protect( value, this.entropy, DataProtectionScope.CurrentUser );
System.Security (1)
system\security\cryptography\dpapidataprotector.cs (1)
40return ProtectedData.Protect(userData, GetHashedPurpose(), Scope);
System.ServiceModel (1)
System\ServiceModel\Security\DataProtectionSecurityStateEncoder.cs (1)
84return ProtectedData.Protect(data, this.entropy, (this.useCurrentUserProtectionScope) ? DataProtectionScope.CurrentUser : DataProtectionScope.LocalMachine);