开发者

wcf message layer security username authentication with custom validator

Where is the best place to store the username and password if I don't necessarily want to store it in the database when using a custom validator?

Th开发者_如何学Pythonanks


if you have 1 or 2 user MAX you can store them in the app.config or maybe in the reg file but if you think you will have more, then the DB will be the best choice. It cost almost nothing to get them from a SQL server.Also, take a look at this : Storing and encrypting SMTP credentials in the registry

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜