2 references to Scope
System.Security (2)
system\security\cryptography\dpapidataprotector.cs (2)
40
return ProtectedData.Protect(userData, GetHashedPurpose(),
Scope
);
52
return ProtectedData.Unprotect(encryptedData, GetHashedPurpose(),
Scope
);