1 write to entropy
System.IdentityModel (1)
System\IdentityModel\ProtectedDataCookieTransform.cs (1)
29this.entropy = Encoding.UTF8.GetBytes( entropyString );
2 references to entropy
System.IdentityModel (2)
System\IdentityModel\ProtectedDataCookieTransform.cs (2)
58decoded = ProtectedData.Unprotect( encoded, this.entropy, DataProtectionScope.CurrentUser ); 91encoded = ProtectedData.Protect( value, this.entropy, DataProtectionScope.CurrentUser );