Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best security framework for c# desktop applications?

I need an authentication service and authorization service for c# desktop applications.

like image 583
Sawan Avatar asked Dec 22 '10 11:12

Sawan


People also ask

Which security framework is best?

ISO 27001/27002, also known as ISO 27K, is the internationally recognized standard for cybersecurity.

Is CIS or NIST better?

At their core, the CIS Controls and NIST CSF are similar: robust, flexible frameworks that give direction to your organization's overall approach to cybersecurity. CIS tends to be more prescriptive, whereas NIST is more flexible. Ultimately, they're more similar than different.

Is SOC 2 a security framework?

SOC 2 is a security framework that specifies how organizations should protect customer data from unauthorized access, security incidents, and other vulnerabilities.

What is the difference between NIST CSF and NIST 800-53?

NIST CSF provides a flexible framework that any organization can use for creating and maintaining an information security program. NIST 800-53 and NIST 800-171 provide security controls for implementing NIST CSF. NIST 800-53 aids federal agencies and entities doing business with them to comply as required with FISMA.


1 Answers

You could go with Windows Identity Foundation (WIF), this is a claims based authentication system that works across all (at least most) MS platforms.

http://msdn.microsoft.com/en-us/security/aa570351.aspx

like image 93
Shiraz Bhaiji Avatar answered Oct 21 '22 19:10

Shiraz Bhaiji