예제 #1
0
 public string Decode(string value)
 {
     return(ProtectedDataAdapter.Unprotect(value, password, DataProtectionScope.LocalMachine));
 }
예제 #2
0
 public string Decode(string value)
 {
     return(ProtectedDataAdapter.Unprotect(value, null, DataProtectionScope.CurrentUser));
 }