I need to :
- Get the status of Extended protection for Authentication
- Enable Extended Protection
- Disable Extended Protection
in SQL Server 2008 and 2008 R2 preferably using SQl Server Management Objects (SMO) API using C#.
Can someone point me to the relevant resource that can help me accomplish the above goals?
A non-SMO approach is also welcome. However, an approach that does not involve SQL queries, and uses C# is highly desired.