#How does Remember Me work?

1 messages · Page 1 of 1 (latest)

loud tinsel
#

With softwares installed on pc, not websites.
Unless it's the same.
And how can I do it with Winforms?
Do I use remember me with System.IO or is there something else

edgy harbor
#

If you mean like, the option client apps give you during login; I assume that most of them would store a login token in the registry somewhere. But technically you could also just put a file somewhere. Maybe add some encryption.

loud tinsel
#

What do you mean 'some encryption'?

#

How can I make it encrypt?

loud tinsel
#

Wait

#

there's File.Encrypt()

#

in C#

#

I didn't know that

lunar pelican
#

It varies depending on the app