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